mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
Add healthcheck
This commit is contained in:
@@ -33,6 +33,7 @@ ENV PATH="$VENV_PATH/bin:$PATH"
|
||||
|
||||
COPY --from=build-image /root/fb2converter/ /app/bin/
|
||||
COPY --from=build-image $VENV_PATH $VENV_PATH
|
||||
COPY ./scripts/healthcheck.py /root/healthcheck.py
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user