Mercurial > libervia-backend
comparison docker/backend-dev-demo/Dockerfile @ 4189:04cd749de818
docker (backend-dev-demo): command renaming + add a bookmark to avoid empty chat
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 11 Dec 2023 00:54:01 +0100 |
parents | d5fd630b57bb |
children | 22cd3094cd1e |
comparison
equal
deleted
inserted
replaced
4188:5a835b320726 | 4189:04cd749de818 |
---|---|
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 libervia-cli 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 libervia-cli profile create demo -j demo@server1.test -p "demo" && \ |
25 # we create a bookmark to have something to test in chat | |
26 libervia-cli bookmarks add -pdemo -a demo@server1.test\ | |
25 libervia-backend stop | 27 libervia-backend stop |
26 | 28 |
27 USER libervia | 29 USER libervia |
28 # HTTP Upload | 30 # HTTP Upload |
29 EXPOSE 7777 | 31 EXPOSE 7777 |