docker: allow setting secrets via env vars
docker: don't compile in entrypoint
gitignore: ignore compressed static files
learning Elixir and Phoenix...
docker compose up
phx.new
READMETo start your Phoenix server:
mix deps.get
mix ecto.setup
mix phx.server
or inside IEx with iex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.