mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 06:55:36 +01:00
Update build.dockerfile
This commit is contained in:
@@ -31,7 +31,9 @@ COPY ./app/ ./
|
||||
ENV VENV_PATH=/opt/venv
|
||||
ENV PATH="$VENV_PATH/bin:$PATH"
|
||||
|
||||
COPY --from=build-image /root/fb2converter/ /app/bin/
|
||||
COPY --from=build-image /root/fb2converter/fb2c /app/bin/
|
||||
COPY --from=build-image /root/fb2converter/kindlegen /app/bin/
|
||||
|
||||
COPY --from=build-image $VENV_PATH $VENV_PATH
|
||||
COPY ./scripts/healthcheck.py /root/healthcheck.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user