Skip to content

Commit dbdffbc

Browse files
committed
It adds image for phoenix 1.3.4
1 parent 77fe850 commit dbdffbc

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
File renamed without changes.

1.3.4/Dockerfile

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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ Docker image for use on API projects using phoenix framework. This image provide
44
phoenix framework and basic dependencies. Since it was not intended to support any
55
client side work, it does not install Node, Brunch, PostgreSQL or any of their dependencies.
66

7-
This image is build on top of the official elixir alpine based image. It provides elixir
8-
1.6.5 and phoenix 1.3.2.
7+
This image is build on top of the official elixir alpine based image. It provides elixir and phoenix.

0 commit comments

Comments
 (0)