This commit is contained in:
2024-10-31 14:59:51 +01:00
parent ad60b9372c
commit d728dfbfc6
3 changed files with 4 additions and 3 deletions

View File

@ -7,9 +7,9 @@ RUN echo "* * * * * /app/bin/console app:Cron --env=prod" >> /var/spool/cron/cro
WORKDIR /app
COPY . .
RUN rm -rf /app/public/uploads/*
# Installation des dépendances composer
RUN composer install --no-interaction
RUN mkdir -p /app/public/uploads