Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jauderho committed Jul 19, 2021
1 parent 164a5e5 commit 2520157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ FROM gcr.io/distroless/nodejs:14
WORKDIR /app
COPY --from=build /app .

#ENTRYPOINT ["/nodejs/bin/node", "cli.js"]
ENTRYPOINT ["node", "cli.js"]
ENTRYPOINT ["/nodejs/bin/node", "cli.js"]
#ENTRYPOINT ["node", "cli.js"]

0 comments on commit 2520157

Please sign in to comment.