Bind to all addresses

This commit is contained in:
2017-08-08 19:49:32 +02:00
parent b818427342
commit 242ca226eb

2
run.sh
View File

@@ -14,5 +14,5 @@ cd /website
cabal install
sh -c "while true ; do sleep 600 && git pull --ff-only origin master; done" &
cabal run site watch
cabal run site watch --host 0.0.0.0