f90089e1bf
Use Upload Media logic from Pleroma Backend changes for picture upload Move AS <-> Model conversion to separate module Front changes Downgrade apollo-client: https://github.com/Akryum/vue-apollo/issues/577 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
11 lines
237 B
Docker
11 lines
237 B
Docker
FROM bitwalker/alpine-elixir:latest
|
|
|
|
RUN apk add inotify-tools postgresql-client yarn
|
|
RUN apk add --no-cache make gcc libc-dev argon2 imagemagick
|
|
|
|
RUN mix local.hex --force && mix local.rebar --force
|
|
|
|
WORKDIR /app
|
|
|
|
EXPOSE 4000 4001 4002
|