mirror of
https://github.com/Luzifer/browserphone.git
synced 2024-11-09 22:30:09 +00:00
8 lines
153 B
Bash
8 lines
153 B
Bash
|
#!/usr/local/bin/dumb-init /bin/bash
|
||
|
set -euxo pipefail
|
||
|
|
||
|
ln dist/app.js app.js
|
||
|
korvike -i dist/index.html -o index.html
|
||
|
|
||
|
exec python -m http.server 3000
|