We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92650ae commit 9a036f2Copy full SHA for 9a036f2
1 file changed
docker/sail/start-container
@@ -34,8 +34,9 @@ fi
34
echo "Installing NPM dependencies..."
35
if [ "$SUPERVISOR_PHP_USER" = "root" ]; then
36
npm install
37
+ cd whatsapp-server && npm install && cd ..
38
else
- gosu $WWWUSER npm install
39
+ gosu $WWWUSER bash -c 'npm install && cd whatsapp-server && npm install && cd ..'
40
fi
41
42
# Generate application key
0 commit comments