2023-11-22 20:57:50 +01:00
|
|
|
FROM elixir:1.15-alpine
|
2018-07-25 16:42:04 +02:00
|
|
|
|
2023-11-22 20:57:50 +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 npm
|
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-11-22 20:57:50 +01:00
|
|
|
EXPOSE 5173
|