Skip to content

Commit

Permalink
fix: change path
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Jan 29, 2025
1 parent 188853d commit 831a2cc
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 @@ -32,5 +32,5 @@ LABEL org.opencontainers.image.source="https://github.com/nmshd/connector"

USER node

ENTRYPOINT ["/usr/local/bin/tini", "--", "node", "/usr/app/dist/index.js"]
ENTRYPOINT ["/usr/bin/tini", "--", "node", "/usr/app/dist/index.js"]
CMD ["start"]

0 comments on commit 831a2cc

Please sign in to comment.