Skip to content

Commit 888e79e

Browse files
committed
add yarn to docker compose
1 parent ee8fc38 commit 888e79e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ services:
1111
args:
1212
- XDEBUG=${XDEBUG}
1313
- NODE_JS=${NODE_JS}
14+
- YARN=${YARN}
1415
- WP_CLI=${WP_CLI}
1516
- RELEASE_VERSION=${RELEASE_VERSION}
1617
- USER_ID=${USER_ID}
@@ -35,4 +36,5 @@ services:
3536
working_dir: /var/www
3637
volumes:
3738
- ~/.composer:/home/app/.composer
39+
#- ~/.cache:/home/app/.cache
3840
- .:/var/www

0 commit comments

Comments
 (0)