Skip to content

Commit

Permalink
Fix production.Dockerfile (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Dec 3, 2019
1 parent 48f22de commit 0ccc9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ COPY --from=builder /app/@app/client/src/next.config.js /app/@app/client/src/nex
COPY --from=builder /app/@app/$TARGET/package.json /app/@app/$TARGET/
COPY --from=builder /app/@app/$TARGET/dist/ /app/@app/$TARGET/dist/
COPY --from=builder /app/@app/client/.next /app/@app/client/.next
COPY --from=builder /app/@app/server/postgraphile.tags.jsonc /app/@app/server/

# Shared args shouldn't be overridable at runtime (because they're baked into
# the built JS).
Expand Down

0 comments on commit 0ccc9e2

Please sign in to comment.