+fix npm re-build for 'web' spy now uses the php-fpm #2 container

This commit is contained in:
xdrm-brackets 2018-02-20 13:23:54 +01:00
parent 0e277ede09
commit cd37a37efa
1 changed files with 1 additions and 1 deletions

View File

@ -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;
# ...