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 3ce57d5 commit 2109359Copy full SHA for 2109359
docker/prod/Dockerfile
@@ -16,9 +16,11 @@ WORKDIR /app
16
17
COPY package.json .
18
19
-COPY --from=builder /app/dist/ dist/
+COPY --from=builder /app/dist dist
20
+COPY --from=builder /app/node_modules node_modules
21
COPY custom custom
22
COPY migrations migrations
23
+COPY prod-paths.js .
24
25
HEALTHCHECK --interval=60s --timeout=2s --retries=3 CMD wget localhost:${PORT}/healthz -q -O - > /dev/null 2>&1
26
0 commit comments