Skip to content

Commit

Permalink
Fix: After a restart force link is required
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <knut@ahlers.me>
  • Loading branch information
Luzifer committed Jun 10, 2019
1 parent 48b6c49 commit 6669ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6669ccf

Please sign in to comment.