Fix busywait on docker-entrypoint script

This commit is contained in:
cevado 2024-08-20 19:29:11 -03:00
parent 3bb31117e6
commit b312edac4c
No known key found for this signature in database
GPG key ID: 9A0A64D226366BD9

View file

@ -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