Create photos directory
This commit is contained in:
parent
16c34a0bf7
commit
d0e65fc8cb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
Reference in a new issue