remove data creation
This commit is contained in:
parent
74858d3577
commit
bf8eedca92
1 changed files with 0 additions and 1 deletions
|
@ -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 \
|
RUN wget https://github.com/H2-invent/jitsi-admin/releases/download/${VERSION}/application.zip -O artifact.zip \
|
||||||
&& unzip artifact.zip \
|
&& unzip artifact.zip \
|
||||||
&& mkdir data \
|
|
||||||
&& chown -R nobody public \
|
&& chown -R nobody public \
|
||||||
&& chown -R nobody theme \
|
&& chown -R nobody theme \
|
||||||
&& chown -R nobody data \
|
&& chown -R nobody data \
|
||||||
|
|
Loading…
Add table
Reference in a new issue