Skip to content

Commit

Permalink
Merge pull request #49 from moreal/graceful-shutdown
Browse files Browse the repository at this point in the history
Make `index.js` PID 1
  • Loading branch information
moreal authored Nov 21, 2023
2 parents 6b08853 + 923d47b commit 06bd0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY --from=build-env /build/node_modules /app/node_modules
COPY package.json /app

WORKDIR /app
ENTRYPOINT ["npx", "tsx", "index.js"]
ENTRYPOINT ["/usr/local/bin/node", "index.js"]

0 comments on commit 06bd0d5

Please sign in to comment.