forked from potsda.mn/mobilizon
10 lines
277 B
Docker
10 lines
277 B
Docker
FROM elixir:1.13.4-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 python3
|
|
|
|
RUN mix local.hex --force && mix local.rebar --force
|
|
|
|
WORKDIR /app
|
|
|
|
EXPOSE 4000
|
|
EXPOSE 5173 |