diff --git a/Dockerfile b/Dockerfile index 496726c..c29e22f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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