Skip to content

Commit 2109359

Browse files
committed
Production docker hotfix
1 parent 3ce57d5 commit 2109359

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/prod/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ WORKDIR /app
1616

1717
COPY package.json .
1818

19-
COPY --from=builder /app/dist/ dist/
19+
COPY --from=builder /app/dist dist
20+
COPY --from=builder /app/node_modules node_modules
2021
COPY custom custom
2122
COPY migrations migrations
23+
COPY prod-paths.js .
2224

2325
HEALTHCHECK --interval=60s --timeout=2s --retries=3 CMD wget localhost:${PORT}/healthz -q -O - > /dev/null 2>&1
2426

0 commit comments

Comments
 (0)