Get back original root Dockerfile & gitlab-ci

This commit is contained in:
prichier
2020-10-26 00:12:54 +01:00
parent f3cfc2e2ef
commit 3e19fe1fe2
2 changed files with 133 additions and 1 deletions

View File

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

10
Dockerfile Normal file
View File

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