corrige le warning pour la commande du Dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 27s
All checks were successful
Build and Push Docker Image / build (push) Successful in 27s
This commit is contained in:
@@ -184,4 +184,4 @@ RUN yes | /app/bin/pip3 uninstall rsa
|
||||
WORKDIR /app
|
||||
USER ${PUID}:${PGID}
|
||||
|
||||
CMD /app/bin/python3 /app/calibreweb/cps.py -p /config/app.db -g /config/gdrive.db -o /config/calibre-web.log
|
||||
CMD ["/app/bin/python3", "/app/calibreweb/cps.py", "-p", "/config/app.db", "-g", "/config/gdrive.db", "-o", "/config/calibre-web.log"]
|
||||
|
||||
Reference in New Issue
Block a user