File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 20
20
set -x
21
21
docker build -t metacall/nodejs-c-liburing-example .
22
22
docker run -p 8000:8000 --name metacall_test -d metacall/nodejs-c-liburing-example
23
- docker ps
24
- until [ "`docker inspect -f {{.State.Health.Status}} metacall_test`" == "healthy" ]; do
25
- sleep 1
26
- done
23
+ # docker ps
24
+ # until [ "`docker inspect -f {{.State.Health.Status}} metacall_test`" == "healthy" ]; do
25
+ # sleep 1
26
+ # done
27
+ sleep 10
27
28
curl localhost:8000 || exit 1
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ENV LOADER_LIBRARY_PATH=/usr/local/lib \
57
57
58
58
EXPOSE 8000
59
59
60
- HEALTHCHECK --interval=1s --timeout=3s --start-period=1ms \
61
- CMD curl localhost:8000 || exit 1
60
+ # HEALTHCHECK --interval=1s --timeout=3s --start-period=1ms \
61
+ # CMD curl localhost:8000 || exit 1
62
62
63
63
CMD [ "metacallcli" , "/root/index.js" ]
You can’t perform that action at this time.
0 commit comments