Updates pathfinder_esi to 2.1.3

This commit is contained in:
Sam ONeill 2022-09-03 12:09:35 +12:00
parent 56832fb8ec
commit 51be7f9d5a
2 changed files with 5 additions and 1 deletions

View file

@ -16,6 +16,10 @@ FROM trafex/alpine-nginx-php7:ba1dd422
RUN apk update && apk add --no-cache busybox-suid sudo php7-redis php7-pdo php7-pdo_mysql php7-fileinfo shadow gettext bash apache2-utils logrotate RUN apk update && apk add --no-cache busybox-suid sudo php7-redis php7-pdo php7-pdo_mysql php7-fileinfo shadow gettext bash apache2-utils logrotate
# symlink nginx logs to stdout/stderr for supervisord
RUN ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log
COPY static/logrotate/pathfinder /etc/logrotate.d/pathfinder COPY static/logrotate/pathfinder /etc/logrotate.d/pathfinder
COPY static/nginx/nginx.conf /etc/nginx/templateNginx.conf COPY static/nginx/nginx.conf /etc/nginx/templateNginx.conf
# we need to create sites_enabled directory in order for entrypoint.sh being able to copy file after envsubst # we need to create sites_enabled directory in order for entrypoint.sh being able to copy file after envsubst

@ -1 +1 @@
Subproject commit 441f1fd8084751a6318c744787ac08ca9acc4f2f Subproject commit 46373305f11910aec27745516b6ba023fc33a8b7