Files
elixir-koans/Dockerfile
2017-09-03 07:31:51 -05:00

8 lines
174 B
Docker

FROM elixir:1.5
RUN apt-get update && apt-get install -y inotify-tools
WORKDIR /elixir-koans
ADD . /elixir-koans/
RUN mix local.hex --force
RUN mix deps.get
CMD mix meditate