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