Update filemanager_application_dockerfile

This commit is contained in:
holzi1005 2024-11-21 10:32:44 +01:00
parent 6ec0d686e2
commit 767428cc98

View file

@ -60,11 +60,8 @@ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/03-symfony.sh \
RUN wget https://github.com/H2-invent/Filemanager/releases/download/${VERSION}/filemanager-${VERSION}.zip -O artifact.zip \
&& unzip artifact.zip \
&& mkdir data \
&& mkdir var \
&& chown -R nobody data \
&& chown -R nobody var \
&& chmod -R 700 data \
&& chmod -R 700 var \
&& rm artifact.zip \
&& rm -r var/cache