Skip to content

Commit

Permalink
Production docker hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
elitan committed Jul 16, 2021
1 parent 3ce57d5 commit 2109359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ WORKDIR /app

COPY package.json .

COPY --from=builder /app/dist/ dist/
COPY --from=builder /app/dist dist
COPY --from=builder /app/node_modules node_modules
COPY custom custom
COPY migrations migrations
COPY prod-paths.js .

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

Expand Down

0 comments on commit 2109359

Please sign in to comment.