clean up whitespace in Dockerfile
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user