mirror of
https://github.com/Luzifer/browserphone.git
synced 2024-11-09 14:20:04 +00:00
Fix: After a restart force link is required
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
48b6c49ba2
commit
6669ccf26e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue