Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 590 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 590 Bytes

A Docker container for the Phoenix framework

It features all the latest versions of the Phoenix web framework, the Elixir language and the Erlang platform.

Phoenix Logo

Phoenix is a framework for building scalable web applications with realtime connectivity across all your devices. It relies on the Elixir language for making the development of maintainable applications productive and fun.

How to use this image

docker run -it --rm -v "$PWD":/code -w /phoenix marcelocg/phoenix mix phoenix.new /code/my_new_app