2023-04-05 00:28:13 +02:00
|
|
|
FROM elixir:1.13.4-alpine
|
2018-07-25 16:42:04 +02:00
|
|
|
|
2023-11-14 17:24:42 +01: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
|
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
|
2023-05-16 20:57:06 +02:00
|
|
|
EXPOSE 5173
|