Skip to content

Commit

Permalink
Install deps in dev.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dbstratta committed Jan 31, 2018
1 parent 85b9d2e commit ce4327b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN mix archive.install https://github.com/phoenixframework/archives/raw/master/
WORKDIR /usr/src/app

# Install dependencies.
# COPY mix.exs mix.lock ./
# RUN mix deps.get
COPY mix.exs mix.lock ./
RUN mix deps.get

# Bundle app source.
COPY . .
Expand Down

0 comments on commit ce4327b

Please sign in to comment.