Skip to content

Commit 5a3ca84

Browse files
committed
Adds Dockerfile
0 parents  commit 5a3ca84

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FROM elixir:1.6.5-alpine
2+
MAINTAINER Ronualdo Maciel <[email protected]>
3+
4+
ENV PHOENIX_VERSION 1.3.2
5+
6+
RUN mix local.hex \
7+
local.rebar \
8+
--force
9+
10+
RUN mix archive.install --force https://github.com/phoenixframework/archives/raw/master/phx_new-$PHOENIX_VERSION.ez
11+
12+
CMD ["bin/ash"]

0 commit comments

Comments
 (0)