Skip to content

Commit

Permalink
fix: Dockerfile entrypoint typo (#3374)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Apr 26, 2024
1 parent 7a4602c commit 2a1124c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -22,4 +22,4 @@ RUN node /usr/app/packages/client/dist/esm/bin/cli.js --help
# since memory may spike during certain network conditions.
ENV NODE_OPTIONS=--max_old_space_size=6144

ENTRYPOINT ["node", "/usr/app/packages/client/esm/bin/cli.js"]
ENTRYPOINT ["node", "/usr/app/packages/client/dist/esm/bin/cli.js"]

0 comments on commit 2a1124c

Please sign in to comment.