svg
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user