forked from AkkomaGang/akkoma
Fix busywait on docker-entrypoint script
This commit is contained in:
parent
3bb31117e6
commit
b312edac4c
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ echo "-- Running migrations..."
|
||||||
mix ecto.migrate
|
mix ecto.migrate
|
||||||
|
|
||||||
echo "-- Starting!"
|
echo "-- Starting!"
|
||||||
mix phx.server
|
elixir --erl "+sbwt none +sbwtdcpu none +sbwtdio none" -S mix phx.server
|
||||||
|
|
Loading…
Reference in a new issue