This commit is contained in:
2025-09-15 18:49:28 +02:00
parent 06143c88b8
commit de71b0421b
2 changed files with 3 additions and 2 deletions

View File

@@ -13,9 +13,10 @@ RUN echo "* * * * * /app/bin/console app:Cron --env=prod" >> /var/spool/cron/cro
RUN mkdir -p /app/vendor && chown -R apache:apache /app
USER apache
WORKDIR /app
COPY --chown=apache:apache . .
#RUN composer install --no-interaction
RUN composer install --no-interaction
RUN mkdir -p /app/uploads \
&& mkdir -p /app/public/uploads/avatar \