create staging env with mail credentials
This commit is contained in:
parent
9b134dca40
commit
02d6011675
2 changed files with 34 additions and 0 deletions
|
@ -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
|
Reference in a new issue