Skip to content

Instantly share code, notes, and snippets.

@nicolkill
Last active January 24, 2022 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolkill/2860c51469762a712774f6780bf11daa to your computer and use it in GitHub Desktop.
Save nicolkill/2860c51469762a712774f6780bf11daa to your computer and use it in GitHub Desktop.
Create Elixir Phoenix app with Docker
docker run -it --rm -v (pwd):/app -w /app elixir:latest mix do local.rebar --force, local.hex --force, archive.install hex phx_new, phx.new your_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment