Skip to content

Commit

Permalink
Fixed docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
MyIgel authored and msquare committed Jun 3, 2019
1 parent 4e709d0 commit 25bf0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/Dockerfile
Expand Up @@ -3,7 +3,7 @@ ARG NGINX_IMAGE=engelsystem-nginx:latest

# composer install
FROM composer AS composer
COPY composer.json /app/
COPY ./ /app/
RUN composer --no-ansi install --no-dev --ignore-platform-reqs
RUN composer --no-ansi dump-autoload --optimize

Expand Down

0 comments on commit 25bf0d8

Please sign in to comment.