Compare commits

..

No commits in common. "main" and "v2.2.2" have entirely different histories.
main ... v2.2.2

2 changed files with 3 additions and 3 deletions

@ -1,11 +1,11 @@
FROM harbor.ntppool.org/perlorg/base-os:3.22.0
FROM harbor.ntppool.org/perlorg/base-os:3.17.3
ENV BUILD_VERSION 1
USER root
WORKDIR /web
VOLUME /git
VOLUME /web/config
RUN apk --no-cache upgrade
RUN apk --no-cache add apache2 apache2-utils apache2-proxy apache2-http2 apache2-brotli apache2-ssl apr-util-dbd_sqlite3 sqlite
RUN apk --no-cache add apache2 apache2-utils apache2-proxy apache2-ssl apr-util-dbd_sqlite3 sqlite
#RUN mkdir /run/apache2; chown apache:apache /run/apache2
RUN mv /etc/apache2/conf.d/proxy.conf /etc/apache2/conf.d/proxy.conf.disabled
RUN ln -s /dev/stderr /var/log/apache2/error.log

@ -4,7 +4,7 @@ set -ex
if [ ! -z "$READY_FILE" ]; then
while [ ! -e $READY_FILE ]; do
echo waiting for $READY_FILE
sleep 5
sleep 10
done
fi