Update Dockerfile

This commit is contained in:
gpopesc 2021-08-11 22:08:32 +03:00 committed by GitHub
parent 1e282c7ec7
commit 54742986fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ RUN chown 102:102 app/static/build
EXPOSE $EXPOSE_PORT
HEALTHCHECK --interval=30s --timeout=5s \
CMD curl -f http://localhost:${EXPOSE_PORT}/healthz || exit 1
CMD curl -f http://127.0.0.1:5000/healthz || exit 1
#CMD misc/tor/start-tor.sh & ./run
CMD ./run