diff --git a/docker/app/run-development b/docker/app/run-development index 2990b9a5..9a50ab3e 100755 --- a/docker/app/run-development +++ b/docker/app/run-development @@ -20,7 +20,7 @@ background() { cd /srv/philomena/assets npm install # why is javascript so terrible -chown -R $(id -un):$(id -gn) node_modules +node_modules/.bin/webpack ) # Always install mix dependencies