Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
build: update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud authored May 3, 2023
1 parent 132a69e commit 7e6737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN adduser --system --uid 1639 paperplane
# NEXT_TELEMETRY_DISABLED=1

# Copy build data
COPY --from=installer --chown=paperplane:paperplane /paperplane/apps/web/next.config.js ./apps/web/next.config.js
COPY --from=installer --chown=paperplane:paperplane /paperplane/apps/web/next.config.mjs ./apps/web/next.config.mjs
COPY --from=installer --chown=paperplane:paperplane /paperplane/apps/web/package.json ./apps/web/package.json
COPY --from=installer --chown=paperplane:paperplane /paperplane/apps/web/.next/ ./apps/web/.next
COPY --chown=paperplane:paperplane apps/web/public/ ./apps/web/public
Expand Down

0 comments on commit 7e6737c

Please sign in to comment.