1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-22 07:52:43 +00:00
mobilizon/Dockerfile

12 lines
220 B
Text
Raw Normal View History

2019-04-17 15:13:20 +00:00
FROM bitwalker/alpine-elixir:latest
2019-04-17 15:13:20 +00:00
RUN apk add inotify-tools postgresql-client yarn
RUN mix local.hex --force && mix local.rebar --force
COPY docker/entrypoint.sh /bin/entrypoint
WORKDIR /app
2019-04-17 15:13:20 +00:00
EXPOSE 4000 4001 4002