Add healthcheck

This commit is contained in:
2022-02-05 10:36:35 +03:00
parent c43636731b
commit d50728d100
6 changed files with 128 additions and 6 deletions

View File

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