create staging env with mail credentials

This commit is contained in:
Jannis Portmann 2021-05-08 20:51:17 +02:00
parent 9b134dca40
commit 02d6011675
2 changed files with 34 additions and 0 deletions

View file

@ -25,5 +25,7 @@ RUN php ../composer.phar update
RUN yarn install && \
yarn build
RUN cp .env.staging .env
# Run Migration and dev-webserver
CMD /root/.symfony/bin/symfony console doctrine:migrations:migrate && /root/.symfony/bin/symfony serve --port=9999 --no-tls