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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user