comparison docker/backend-dev-demo/Dockerfile @ 3688:d5fd630b57bb

docker: fix use of File Sharing component following entry point renaming
author Goffi <goffi@goffi.org>
date Wed, 20 Oct 2021 17:19:57 +0200
parents db0f4d419448
children 04cd749de818
comparison
equal deleted inserted replaced
3687:1fe6742b8df8 3688:d5fd630b57bb
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" && \