forked from potsda.mn/mobilizon
11 lines
225 B
Docker
11 lines
225 B
Docker
FROM bitwalker/alpine-elixir:latest
|
|
|
|
RUN apk add inotify-tools postgresql-client yarn
|
|
RUN apk add --no-cache make gcc libc-dev argon2
|
|
|
|
RUN mix local.hex --force && mix local.rebar --force
|
|
|
|
WORKDIR /app
|
|
|
|
EXPOSE 4000 4001 4002
|