Add heatlhcheck

This commit is contained in:
2022-02-05 11:39:56 +03:00
parent 89fe884ae8
commit c8373f936b
5 changed files with 121 additions and 10 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/
EXPOSE 8080