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