Add healthcheck

This commit is contained in:
2022-02-05 10:45:54 +03:00
parent 64e1fd33e7
commit 30d49c0844
5 changed files with 91 additions and 7 deletions

View File

@@ -28,6 +28,8 @@ ENV VENV_PATH=/opt/venv
COPY --from=build-image $VENV_PATH $VENV_PATH
ENV PATH="$VENV_PATH/bin:$PATH"
COPY ./scripts/healthcheck.py /root/healthcheck.py
EXPOSE 8080
WORKDIR /app/