diff --git a/Dockerfile b/Dockerfile index 2d7c88c..978cc00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file