Skip to content

Commit

Permalink
fix: entrypoint for docker image fails
Browse files Browse the repository at this point in the history
resolves #11
  • Loading branch information
erickellerek1 authored May 16, 2023
1 parent b23a866 commit b3d15bb
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 @@ -12,5 +12,5 @@ WORKDIR /tsp

RUN npm ci
EXPOSE 3000
ENTRYPOINT ["/usr/bin/node", "index.js"]
ENTRYPOINT ["/usr/local/bin/node", "index.js"]

0 comments on commit b3d15bb

Please sign in to comment.