Fix busywait on docker-entrypoint script #832

Merged
floatingghost merged 1 commit from cevado/akkoma:fix-busy-wait-docker-entrypoint into develop 2024-09-24 23:52:08 +00:00
Showing only changes of commit b312edac4c - Show all commits

Fix busywait on docker-entrypoint script
Some checks are pending
ci/woodpecker/pr/build-amd64 Pipeline is pending
ci/woodpecker/pr/build-arm64 Pipeline is pending
ci/woodpecker/pr/docs Pipeline is pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending

cevado 2024-08-20 19:29:11 -03:00
Signed by untrusted user who does not match committer: cevado
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