2021-07-02 15:48:40 +02:00
|
|
|
FROM elixir:alpine
|
2018-07-25 16:42:04 +02:00
|
|
|
|
2021-10-19 06:10:10 +02:00
|
|
|
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
|
2018-07-25 16:42:04 +02:00
|
|
|
|
|
|
|
RUN mix local.hex --force && mix local.rebar --force
|
|
|
|
|
|
|
|
WORKDIR /app
|
|
|
|
|
2019-10-16 11:12:42 +02:00
|
|
|
EXPOSE 4000
|