Fix busywait on docker-entrypoint script #832
1 changed files with 1 additions and 1 deletions
Fix busywait on docker-entrypoint script
commit
b312edac4c
|
|
@ -11,4 +11,4 @@ echo "-- Running migrations..."
|
|||
mix ecto.migrate
|
||||
|
||||
echo "-- Starting!"
|
||||
mix phx.server
|
||||
elixir --erl "+sbwt none +sbwtdcpu none +sbwtdio none" -S mix phx.server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue