fix docker healthcheck

pull/255/head
zadam 2023-02-10 12:20:27 +07:00
parent 3c0ba09a62
commit 78d61f157e
1 changed files with 1 additions and 1 deletions

@ -49,4 +49,4 @@ RUN adduser -s /bin/false node; exit 0
EXPOSE 8080
CMD [ "./start-docker.sh" ]
HEALTHCHECK CMD node docker_healthcheck.sh
HEALTHCHECK --start-period=10s CMD node docker_healthcheck.js