1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-19 15:13:00 +00:00
browserphone/docker-entrypoint.sh
2019-05-30 13:30:31 +02:00

8 lines
153 B
Bash
Executable File

#!/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