mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
7b23ca6965
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
10 lines
227 B
Docker
10 lines
227 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 imagemagick
|
|
|
|
RUN mix local.hex --force && mix local.rebar --force
|
|
|
|
WORKDIR /app
|
|
|
|
EXPOSE 4000
|