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