+fix npm re-build for 'web' spy now uses the php-fpm #2 container
This commit is contained in:
parent
0e277ede09
commit
cd37a37efa
|
@ -29,7 +29,7 @@ while true; do
|
|||
git submodule update --remote;
|
||||
|
||||
# 3. Re-build js/scss
|
||||
npm run build;
|
||||
docker exec php-fpm npm run build --prefix /vhost;
|
||||
|
||||
# ...
|
||||
|
||||
|
|
Loading…
Reference in New Issue