mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05:37 +01:00
Add healthcheck
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user