clean up whitespace in Dockerfile

This commit is contained in:
Dennis Heckman
2017-09-03 07:31:51 -05:00
parent 29ce6e36a5
commit 24adec2926

View File

@@ -2,6 +2,6 @@ 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
RUN mix local.hex --force
RUN mix deps.get
CMD mix meditate