I do not understand that one…
ENTRYPOINT /usr/bin/entrypoint.sh
#!/usr/bin/env bash
set -ex
mix ecto.create
mix ecto.migrate
mix phx.server
I do not understand that one…
ENTRYPOINT /usr/bin/entrypoint.sh
#!/usr/bin/env bash
set -ex
mix ecto.create
mix ecto.migrate
mix phx.server