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 2bd3a8b commit 0c7c79f
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 @@ -57,7 +57,7 @@ ENV LOADER_LIBRARY_PATH=/usr/local/lib \

EXPOSE 8000

# HEALTHCHECK --interval=1s --timeout=3s --start-period=1ms \
# CMD curl localhost:8000 || exit 1
HEALTHCHECK --interval=1s --timeout=3s --start-period=1ms \
CMD curl localhost:8000 || exit 1

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

0 comments on commit 0c7c79f

Please sign in to comment.