update
This commit is contained in:
parent
074807aabd
commit
3e1bbd0d99
1 changed files with 1 additions and 3 deletions
|
@ -50,9 +50,7 @@ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/01-symfony.sh \
|
||||||
RUN wget https://github.com/open-event-manager/open-event-manager/archive/refs/tags/${VERSION}.tar.gz -O artifact.tar.gz \
|
RUN wget https://github.com/open-event-manager/open-event-manager/archive/refs/tags/${VERSION}.tar.gz -O artifact.tar.gz \
|
||||||
&& tar --strip-components=1 -xvzf artifact.tar.gz \
|
&& tar --strip-components=1 -xvzf artifact.tar.gz \
|
||||||
&& chown -R nobody public \
|
&& chown -R nobody public \
|
||||||
&& chown -R nobody var \
|
&& chmod -R 700 public
|
||||||
&& chmod -R 700 public \
|
|
||||||
&& chmod -R 700 var
|
|
||||||
|
|
||||||
RUN mv /etc/php7/conf.d/custom.ini /etc/php7/custom.ini
|
RUN mv /etc/php7/conf.d/custom.ini /etc/php7/custom.ini
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue