1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-18 22:52:57 +00:00

Fix: After a restart force link is required

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-06-10 21:31:51 +02:00
parent 48b6c49ba2
commit 6669ccf26e
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -1,7 +1,7 @@
#!/usr/local/bin/dumb-init /bin/bash
set -euxo pipefail
ln dist/app.js app.js
ln -f dist/app.js app.js
korvike -i dist/index.html -o index.html
exec python -m http.server 3000