Merge pull request 'remove data creation' (#19) from hotfix/jitsi-admin-data into main

Reviewed-on: #19
Reviewed-by: emanuel.holzmann <emanuel.holzmann@noreply.localhost>
This commit is contained in:
holzi1005 2025-01-20 18:11:26 +01:00
commit f89fe46dd2

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 \