comparison docker/backend-dev-e2e/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 0ffaa231138c
children f25442794e11
comparison
equal deleted inserted replaced
3687:1fe6742b8df8 3688:d5fd630b57bb
56 # useful for debugging 56 # useful for debugging
57 pudb 57 pudb
58 58
59 RUN ./entrypoint.sh \ 59 RUN ./entrypoint.sh \
60 # we create the file sharing component which will autoconnect when backend is started 60 # we create the file sharing component which will autoconnect when backend is started
61 li profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \ 61 li profile create file-sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file-sharing -A && \
62 libervia-backend stop 62 libervia-backend stop
63 63
64 ENV LIBERVIA_TEST_REPORT_DIR=/reports 64 ENV LIBERVIA_TEST_REPORT_DIR=/reports
65 ENV DISPLAY=:0 65 ENV DISPLAY=:0
66 USER root 66 USER root