Add healthcheck

This commit is contained in:
2022-02-05 11:31:45 +03:00
parent f210420a46
commit 2cdf5c9ac1
3 changed files with 18 additions and 0 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/
EXPOSE 8080
WORKDIR /app/