feat: add persistent PDF storage with session management across restarts
This commit is contained in:
@@ -16,7 +16,7 @@ RUN apk add --no-cache python3 make g++ cairo-dev pango-dev libjpeg-turbo-dev gi
|
||||
COPY src/ ./src/
|
||||
|
||||
# Crée les répertoires pour les volumes
|
||||
RUN mkdir -p /app/config
|
||||
RUN mkdir -p /app/config /app/data/pdfs
|
||||
|
||||
# Crée le fichier projects.json
|
||||
COPY config/projects.json.example /app/config/projects.json
|
||||
|
||||
Reference in New Issue
Block a user