1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-03-04 05:38:08 +00:00
mobilizon/Dockerfile

11 lines
218 B
Text
Raw Normal View History

2019-04-17 17:13:20 +02:00
FROM bitwalker/alpine-elixir:latest
2019-04-17 17:13:20 +02:00
RUN apk add inotify-tools postgresql-client yarn
RUN apk add --no-cache make gcc libc-dev
RUN mix local.hex --force && mix local.rebar --force
WORKDIR /app
2019-04-17 17:13:20 +02:00
EXPOSE 4000 4001 4002