Skip to content

Commit

Permalink
Force Hex upgrade. [#70]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Feb 26, 2018
1 parent 5aeae75 commit 088d3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM elixir:1.6-alpine
MAINTAINER Marnen Laibow-Koser <[email protected]>

# Install or upgrade Hex.
RUN mix local.hex

ARG workdir=/contraq/phoenix
# Install or upgrade Hex.
RUN mix local.hex --force

WORKDIR ${workdir}

0 comments on commit 088d3bc

Please sign in to comment.