Skip to content

Commit

Permalink
Change Dockerfle to erase .conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Gurgel committed Nov 8, 2017
1 parent 2968a49 commit 9eb8094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ WORKDIR /source
RUN mix local.hex --force && mix local.rebar --force
RUN mix deps.get
RUN mix compile
RUN echo "" > config/poxa.prod.conf
RUN mix release

RUN mkdir /app && cp -r _build/prod/rel/$APP_NAME /app && rm -rf /source
Expand Down

0 comments on commit 9eb8094

Please sign in to comment.