mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
8310ae46cd
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 lines
251 B
Docker
9 lines
251 B
Docker
FROM elixir:alpine
|
|
|
|
RUN apk add --no-cache inotify-tools postgresql-client yarn file make gcc libc-dev argon2 imagemagick cmake build-base libwebp-tools bash ncurses git
|
|
|
|
RUN mix local.hex --force && mix local.rebar --force
|
|
|
|
WORKDIR /app
|
|
|
|
EXPOSE 4000
|