You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
FROM bitwalker/alpine-elixir:latest
|
|
|
|
RUN apk add inotify-tools postgresql-client yarn file
|
|
RUN apk add --no-cache make gcc libc-dev argon2 imagemagick
|
|
|
|
RUN mix local.hex --force && mix local.rebar --force
|
|
|
|
WORKDIR /app
|
|
|
|
EXPOSE 4000
|