Update filemanager_application_dockerfile

This commit is contained in:
holzi1005 2024-11-21 10:35:45 +01:00
parent 767428cc98
commit 004676a320

View file

@ -60,7 +60,6 @@ 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 var \
&& chown -R nobody var \
&& chmod -R 700 var \
&& rm artifact.zip \