Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 13, 2025
1 parent 259df2c commit 1fb7406
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 @@ -60,4 +60,4 @@ EXPOSE 8000
HEALTHCHECK --interval=1s --timeout=3s --start-period=1ms \
CMD curl localhost:8000 || exit 1

CMD [ "metacallclid", "/root/index.js" ]
CMD [ "metacallcli", "/root/index.js" ]

0 comments on commit 1fb7406

Please sign in to comment.