Sign inSign up

dreamingechoes/elixir

By dreamingechoes

•Updated over 8 years ago

Just a simple docker image with a custom setup for Phoenix applications.

Image
0

468

dreamingechoes/elixir repository overview

⁠Content

Based on Alpine Linux 3.6, contains:

  • Erlang
  • Elixir
  • Node.js and npm

⁠Usage example

FROM dreamingechoes/elixir:1.5.1

# Install hex, rebar, and get deps
ENV MIX_ENV=dev

RUN mix local.hex --force && \
    mix local.rebar --force && \
    mix hex.info

WORKDIR /APP_PATH

Tag summary

Content type

Image

Digest

Size

148.8 MB

Last updated

over 8 years ago

docker pull dreamingechoes/elixir:1.6.3