We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f22de commit 0ccc9e2Copy full SHA for 0ccc9e2
production.Dockerfile
@@ -47,6 +47,7 @@ COPY --from=builder /app/@app/client/src/next.config.js /app/@app/client/src/nex
47
COPY --from=builder /app/@app/$TARGET/package.json /app/@app/$TARGET/
48
COPY --from=builder /app/@app/$TARGET/dist/ /app/@app/$TARGET/dist/
49
COPY --from=builder /app/@app/client/.next /app/@app/client/.next
50
+COPY --from=builder /app/@app/server/postgraphile.tags.jsonc /app/@app/server/
51
52
# Shared args shouldn't be overridable at runtime (because they're baked into
53
# the built JS).
0 commit comments