mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
creation dossier uploads s'il n'existe pas 2
This commit is contained in:
@@ -13,7 +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
|
RUN if [ ! -d uploads ]; then mkdir uploads; fi
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
CMD npm start
|
CMD npm start
|
||||||
|
|||||||
Reference in New Issue
Block a user