Actualiser Dockerfile
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Check Calibre-web version / check-version (push) Successful in 15s

This commit is contained in:
2025-04-13 20:12:11 +02:00
parent d5d00f92b2
commit 56712a34ea

View File

@@ -128,6 +128,9 @@ RUN cp /usr/share/zoneinfo/$TZ /etc/localtime
FROM ubuntu:noble AS production
# Créer explicitement le dossier de montage
RUN mkdir -p /books && chmod 777 /books \
&& mkdir -p /config && chmod 777 /config
# ports and volumes
EXPOSE 8083