mirror of
https://github.com/friendica/docker
synced 2025-03-13 23:32:58 +01:00
- Updated Dockerfiles
This commit is contained in:
parent
5e3bf7e630
commit
bba11a1eed
6 changed files with 0 additions and 6 deletions
|
@ -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"; \
|
||||
|
|
|
@ -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"; \
|
||||
|
|
|
@ -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"; \
|
||||
|
|
|
@ -106,6 +106,5 @@ RUN chmod +x /*.sh
|
|||
RUN chmod +x /usr/local/bin/*
|
||||
|
||||
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["apache2-foreground"]
|
||||
|
|
|
@ -88,6 +88,5 @@ RUN chmod +x /*.sh
|
|||
RUN chmod +x /usr/local/bin/*
|
||||
|
||||
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["php-fpm"]
|
|
@ -98,6 +98,5 @@ RUN chmod +x /*.sh
|
|||
RUN chmod +x /usr/local/bin/*
|
||||
|
||||
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["php-fpm"]
|
||||
|
|
Loading…
Add table
Reference in a new issue