comparison docker/backend-dev-demo/Dockerfile @ 3709:09f5ac48ffe3

merge bookmark @
author Goffi <goffi@goffi.org>
date Fri, 12 Nov 2021 17:21:24 +0100
parents d5fd630b57bb
children 04cd749de818
comparison
equal deleted inserted replaced
3684:8353cc3b8db9 3709:09f5ac48ffe3
14 14
15 USER libervia 15 USER libervia
16 16
17 RUN ./entrypoint.sh \ 17 RUN ./entrypoint.sh \
18 # we create the file sharing component which will autoconnect when backend is started 18 # we create the file sharing component which will autoconnect when backend is started
19 jp profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \ 19 jp profile create file-sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file-sharing -A && \
20 libervia-backend stop 20 libervia-backend stop
21 21
22 RUN ./entrypoint.sh \ 22 RUN ./entrypoint.sh \
23 # and a demo account 23 # and a demo account
24 jp profile create demo -j demo@server1.test -p "demo" && \ 24 jp profile create demo -j demo@server1.test -p "demo" && \