Add dockerfile and compose for production

This commit is contained in:
prichier
2020-10-19 01:01:59 +02:00
parent 3051e947ee
commit e945f48665
8 changed files with 219 additions and 133 deletions

View File

@@ -1,10 +0,0 @@
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

1
Dockerfile Symbolic link
View File

@@ -0,0 +1 @@
./docker/production/Dockerfile