2023-11-22 19:57:50 +00:00
|
|
|
FROM elixir:1.15-alpine
|
2018-07-25 14:42:04 +00:00
|
|
|
|
2023-11-22 19:57:50 +00:00
|
|
|
RUN apk add --no-cache inotify-tools postgresql-client file make gcc libc-dev argon2 imagemagick cmake build-base libwebp-tools bash ncurses git python3 npm
|
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
|
2023-11-22 19:57:50 +00:00
|
|
|
EXPOSE 5173
|