1
0
Fork 0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-11-08 13:50:05 +00:00
browserphone/docker-entrypoint.sh

8 lines
156 B
Bash
Raw Normal View History

2019-05-28 20:59:00 +00:00
#!/usr/local/bin/dumb-init /bin/bash
set -euxo pipefail
ln -f dist/app.js app.js
2019-05-28 20:59:00 +00:00
korvike -i dist/index.html -o index.html
exec python -m http.server 3000