Skip to content

Commit

Permalink
fix: properly copy files
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jan 4, 2025
1 parent a2804b6 commit 2bf0e3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ COPY --from=build-stage /tmp/build/package.json .
COPY --from=build-stage /tmp/build/pnpm-lock.yaml .
COPY --from=build-stage /tmp/build/node_modules ./node_modules
COPY --from=build-stage /tmp/build/dist ./dist
COPY --from=build-stage /tmp/build/drizzle ./drizzle

CMD node dist/index.js

Check warning on line 31 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker / build

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/

0 comments on commit 2bf0e3c

Please sign in to comment.