Integrate extensions creation in entry point

Requires postgresql-client to be added to the image

Closes #503

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-11-14 19:31:23 +01:00
parent 0a0ce4a833
commit 030f548f16
2 changed files with 9 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ RUN mix phx.digest \
# Finally setup the app
FROM alpine
RUN apk add --no-cache openssl ncurses-libs file
RUN apk add --no-cache openssl ncurses-libs file postgresql-client
USER nobody
EXPOSE 4000