update dockerfile again
This commit is contained in:
parent
5cc90ff987
commit
1c58889268
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" &&
|
||||||
|
|
||||||
RUN npm install --global yarn
|
RUN npm install --global yarn
|
||||||
|
|
||||||
COPY * .
|
COPY * ./
|
||||||
|
|
||||||
RUN php composer.phar update && yarn install
|
RUN php composer.phar update && yarn install
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
Reference in a new issue