Remove wrong option
This commit is contained in:
parent
9e39334486
commit
faa16735f5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ COPY . /var/www/html/app/
|
|||
WORKDIR /var/www/html/app
|
||||
|
||||
# Install stuff
|
||||
RUN php ../composer.phar update dev
|
||||
RUN php ../composer.phar install
|
||||
RUN yarn install && \
|
||||
yarn build
|
||||
|
||||
|
|
Reference in a new issue