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 2844be5 commit b631784Copy full SHA for b631784
start.sh
@@ -16,7 +16,8 @@ procs=$(cat /proc/cpuinfo |grep processor | wc -l)
16
sed -i -e "s/worker_processes 5/worker_processes $procs/" /etc/nginx/nginx.conf
17
18
# install npm requirements
19
-npm install /usr/share/nginx/html/package.json
+cd /usr/share/nginx/html/
20
+npm install
21
22
# Very dirty hack to replace variables in code with ENVIRONMENT values
23
0 commit comments