creation dossier uploads s'il n'existe pas

This commit is contained in:
Mathieu Oriol
2024-12-06 09:35:15 +01:00
parent f1f2684f4c
commit 24a52191e0

View File

@@ -13,5 +13,7 @@ RUN npm install
# Copy the rest of project files into this image # Copy the rest of project files into this image
COPY . . COPY . .
RUN if [ ! -d uploads ]; then mkdir uploads fi
# Start the application # Start the application
CMD npm start CMD npm start