diff 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
line wrap: on
line diff
--- a/docker/backend-dev-demo/Dockerfile	Mon Sep 27 08:29:09 2021 +0200
+++ b/docker/backend-dev-demo/Dockerfile	Fri Nov 12 17:21:24 2021 +0100
@@ -16,7 +16,7 @@
 
 RUN ./entrypoint.sh \
     # we create the file sharing component which will autoconnect when backend is started
-    jp profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \
+    jp profile create file-sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file-sharing -A && \
     libervia-backend stop
 
 RUN ./entrypoint.sh \