Skip to content

Commit 85ae5e3

Browse files
committed
fix: dockerfile postgraphile json5
1 parent 4ed780d commit 85ae5e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ EXPOSE 3000
1616

1717
COPY --from=builder /app/node_modules ./node_modules
1818
COPY --from=builder /app/.next ./.next
19+
COPY --from=builder /app/postgraphile.tags.json5 ./postgraphile.tags.json5
1920
RUN npx next telemetry disable
2021

21-
CMD ["node_modules/.bin/next", "start"]
22+
CMD ["node_modules/.bin/next", "start"]

0 commit comments

Comments
 (0)