Fixed docker build

This commit is contained in:
Igor Scheller 2019-05-31 04:43:03 +02:00 committed by msquare
parent 4e709d0d23
commit 25bf0d8f87
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ARG NGINX_IMAGE=engelsystem-nginx:latest
# composer install # composer install
FROM composer AS composer FROM composer AS composer
COPY composer.json /app/ COPY ./ /app/
RUN composer --no-ansi install --no-dev --ignore-platform-reqs RUN composer --no-ansi install --no-dev --ignore-platform-reqs
RUN composer --no-ansi dump-autoload --optimize RUN composer --no-ansi dump-autoload --optimize