Spaces:
Running
Running
File size: 365 Bytes
c7b7ecf aff32fe 4bcdcfc a38a8e7 fbce868 4bcdcfc a38a8e7 1db3f02 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
service nginx start
python -m http.server --directory ./static --bind 0.0.0.0 7860 & echo $! > http_server.pid
#chmod +x /home/pn/app/server.js
#RUN chmod -R 777 /app
node server.js
#chmod +x /home/pn/app/build/linuxBuild.x86_64
#xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' /home/pn/app/build/linuxBuild.x86_64 -port 7777
#wait $! |