Update jitsi_admin_application_dockerfile.txt
This commit is contained in:
parent
6f7a26d1b1
commit
13da00d712
1 changed files with 0 additions and 3 deletions
|
@ -67,9 +67,6 @@ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/03-symfony.sh \
|
||||||
&& echo "php ${WEBDIR}/bin/console cache:clear" >> /docker-entrypoint-init.d/03-symfony.sh \
|
&& echo "php ${WEBDIR}/bin/console cache:clear" >> /docker-entrypoint-init.d/03-symfony.sh \
|
||||||
&& chmod +x /docker-entrypoint-init.d/03-symfony.sh
|
&& chmod +x /docker-entrypoint-init.d/03-symfony.sh
|
||||||
|
|
||||||
&& chmod -R 700 ${WEBDIR}/public \
|
|
||||||
&& chmod -R 700 ${WEBDIR}/var
|
|
||||||
|
|
||||||
RUN apk del unzip \
|
RUN apk del unzip \
|
||||||
&& rm artifact.zip \
|
&& rm artifact.zip \
|
||||||
&& rm -r ${WEBDIR}/var/cache \
|
&& rm -r ${WEBDIR}/var/cache \
|
||||||
|
|
Loading…
Reference in a new issue