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 4ed780d commit 85ae5e3Copy full SHA for 85ae5e3
Dockerfile
@@ -16,6 +16,7 @@ EXPOSE 3000
16
17
COPY --from=builder /app/node_modules ./node_modules
18
COPY --from=builder /app/.next ./.next
19
+COPY --from=builder /app/postgraphile.tags.json5 ./postgraphile.tags.json5
20
RUN npx next telemetry disable
21
-CMD ["node_modules/.bin/next", "start"]
22
+CMD ["node_modules/.bin/next", "start"]
0 commit comments