Skip to content

Commit

Permalink
Merge branch 'master' into eip-6110-implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio committed Apr 27, 2024
2 parents fa3a07e + 2a1124c commit b7321a6
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 b7321a6

Please sign in to comment.