Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Nov 6, 2023
1 parent 7147984 commit 74284ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ COPY --from=builder /app/packages/app/package.json ./packages/app
COPY --from=builder /app/packages/app/.env.production ./packages/app
COPY --from=builder /app/packages/app/.env.development ./packages/app
COPY --from=builder /app/packages/app/public ./packages/app/public
COPY --from=builder --chown=node:node /app/packages/app/.next ./.next
COPY --from=builder --chown=node:node /app/packages/app/.next ./packages/app/.next
COPY --from=builder --chown=node:node /app/.yarn .yarn
COPY --from=builder --chown=node:node /app/.yarnrc.yml .
COPY --from=builder --chown=node:node /app/yarn.lock .
Expand Down

0 comments on commit 74284ee

Please sign in to comment.