mirror of
https://github.com/friendica/docker
synced 2025-12-07 13:57:07 +01:00
Make update.sh more readable
This commit is contained in:
parent
9fd34d469b
commit
31222723ca
12 changed files with 170 additions and 70 deletions
|
|
@ -154,15 +154,18 @@ RUN set -ex; \
|
|||
chown -R www-data:root /var/www; \
|
||||
chmod -R g=u /var/www
|
||||
|
||||
VOLUME /var/www/html
|
||||
%%VARIANT_EXTRAS%%
|
||||
|
||||
VOLUME /var/www/html
|
||||
|
||||
# 39 = LOG_PID | LOG_ODELAY | LOG_CONS | LOG_PERROR
|
||||
ENV FRIENDICA_SYSLOG_FLAGS 39
|
||||
ENV FRIENDICA_VERSION "%%VERSION%%"
|
||||
ENV FRIENDICA_ADDONS "%%VERSION%%"
|
||||
%%DOWNLOAD_SHA256%%
|
||||
|
||||
%%INSTALL_EXTRAS%%
|
||||
|
||||
COPY *.sh upgrade.exclude /
|
||||
COPY config/* /usr/src/friendica/config/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue