Skip to content

Commit 0ccc9e2

Browse files
committed
Fix production.Dockerfile (again)
1 parent 48f22de commit 0ccc9e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

production.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ COPY --from=builder /app/@app/client/src/next.config.js /app/@app/client/src/nex
4747
COPY --from=builder /app/@app/$TARGET/package.json /app/@app/$TARGET/
4848
COPY --from=builder /app/@app/$TARGET/dist/ /app/@app/$TARGET/dist/
4949
COPY --from=builder /app/@app/client/.next /app/@app/client/.next
50+
COPY --from=builder /app/@app/server/postgraphile.tags.jsonc /app/@app/server/
5051

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

0 commit comments

Comments
 (0)