2019-04-17 15:13:20 +00:00
|
|
|
FROM bitwalker/alpine-elixir:latest
|
2018-07-25 14:42:04 +00:00
|
|
|
|
2020-12-21 09:08:30 +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
|
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
|