Create photos directory

This commit is contained in:
Jannis Portmann 2021-12-27 15:27:41 +01:00
parent 16c34a0bf7
commit d0e65fc8cb

View file

@ -26,6 +26,7 @@ RUN yarn install && \
yarn build
RUN cp .env.staging .env
RUN mkdir -p /var/www/html/app/public/uploads/photos
# Run Migration and dev-webserver
CMD /root/.symfony/bin/symfony console doctrine:migrations:migrate --no-interaction && /root/.symfony/bin/symfony serve --port=9999 --no-tls