Merge pull request 'Fix busywait on docker-entrypoint script' (#832) from cevado/akkoma:fix-busy-wait-docker-entrypoint into develop

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/832
This commit is contained in:
floatingghost 2024-09-24 23:52:07 +00:00
commit 3c72b48a05

View file

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