Add healthcheck

This commit is contained in:
2022-02-05 10:26:23 +03:00
parent 42ebed5503
commit 67fc4e2e3e
6 changed files with 132 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ COPY --from=build-image $VENV_PATH $VENV_PATH
ENV PATH="$VENV_PATH/bin:$PATH"
COPY ./scripts/start_production.sh /root/
COPY ./scripts/healthcheck.py /root/healthcheck.py
EXPOSE 8080