diff --git a/Dockerfile b/Dockerfile index 9aa8116..3f30acb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,11 +21,11 @@ COPY . /var/www/html/app/ WORKDIR /var/www/html/app # Install stuff -RUN php ../composer.phar update +RUN php ../composer.phar update dev 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 \ No newline at end of file +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