2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-21 03:44:40 +02:00

- Updated Dockerfiles

This commit is contained in:
Philipp Holzer 2018-06-06 20:59:45 +02:00
parent 5e3bf7e630
commit bba11a1eed
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
6 changed files with 0 additions and 6 deletions

View file

@ -105,7 +105,6 @@ COPY *.sh /
RUN chmod +x /*.sh
RUN chmod +x /usr/local/bin/*
RUN set -ex; \
curl -fsSL -o friendica.tar.gz \
"https://github.com/friendica/friendica/archive/${FRIENDICA_VERSION}.tar.gz"; \

View file

@ -87,7 +87,6 @@ COPY *.sh /
RUN chmod +x /*.sh
RUN chmod +x /usr/local/bin/*
RUN set -ex; \
curl -fsSL -o friendica.tar.gz \
"https://github.com/friendica/friendica/archive/${FRIENDICA_VERSION}.tar.gz"; \

View file

@ -97,7 +97,6 @@ COPY *.sh /
RUN chmod +x /*.sh
RUN chmod +x /usr/local/bin/*
RUN set -ex; \
curl -fsSL -o friendica.tar.gz \
"https://github.com/friendica/friendica/archive/${FRIENDICA_VERSION}.tar.gz"; \

View file

@ -106,6 +106,5 @@ RUN chmod +x /*.sh
RUN chmod +x /usr/local/bin/*
ENTRYPOINT ["/entrypoint.sh"]
CMD ["apache2-foreground"]

View file

@ -88,6 +88,5 @@ RUN chmod +x /*.sh
RUN chmod +x /usr/local/bin/*
ENTRYPOINT ["/entrypoint.sh"]
CMD ["php-fpm"]

View file

@ -98,6 +98,5 @@ RUN chmod +x /*.sh
RUN chmod +x /usr/local/bin/*
ENTRYPOINT ["/entrypoint.sh"]
CMD ["php-fpm"]