remove data creation

This commit is contained in:
holzi1005 2025-01-20 18:09:31 +01:00
parent 74858d3577
commit bf8eedca92

View file

@ -74,7 +74,6 @@ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/03-symfony.sh \
RUN wget https://github.com/H2-invent/jitsi-admin/releases/download/${VERSION}/application.zip -O artifact.zip \
&& unzip artifact.zip \
&& mkdir data \
&& chown -R nobody public \
&& chown -R nobody theme \
&& chown -R nobody data \