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