Update filemanager_application_dockerfile
This commit is contained in:
parent
767428cc98
commit
004676a320
1 changed files with 0 additions and 1 deletions
|
@ -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 \
|
RUN wget https://github.com/H2-invent/Filemanager/releases/download/${VERSION}/filemanager-${VERSION}.zip -O artifact.zip \
|
||||||
&& unzip artifact.zip \
|
&& unzip artifact.zip \
|
||||||
&& mkdir var \
|
|
||||||
&& chown -R nobody var \
|
&& chown -R nobody var \
|
||||||
&& chmod -R 700 var \
|
&& chmod -R 700 var \
|
||||||
&& rm artifact.zip \
|
&& rm artifact.zip \
|
||||||
|
|
Loading…
Reference in a new issue