Can't run the autoloader build step without our app code

This commit is contained in:
Alex Wright 2019-01-22 12:37:31 +01:00
parent 065a980f54
commit 927afa730e
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ RUN apk add postgresql-dev openldap-dev \
WORKDIR /app
COPY src/composer.json src/composer.lock /app/
RUN composer install
RUN composer install --no-autoloader