Keep SQL init scripts in container

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
pull/42/head
mathieu.brunot 5 years ago
parent 2df939101f
commit cdd09b6a10
No known key found for this signature in database
GPG Key ID: 81584BEAF692D7E0

@ -66,6 +66,7 @@ RUN apk upgrade --update musl \
# Install ejabberd
WORKDIR $HOME
COPY --from=builder /ejabberd/runtime .
COPY --from=builder /ejabberd/sql /usr/src/ejabberd/sql
COPY bin/* bin/
RUN chmod 755 bin/ejabberdctl bin/ejabberdapi bin/erl
COPY --chown=ejabberd:ejabberd conf conf/

Loading…
Cancel
Save