Upgrade static-web (again, fix building/loading dbms); develooper.org redirects
This commit is contained in:
parent
55d45259c0
commit
2de62b3194
@ -5,7 +5,7 @@ WORKDIR /web
|
|||||||
VOLUME /git
|
VOLUME /git
|
||||||
VOLUME /web/config
|
VOLUME /web/config
|
||||||
RUN apk --no-cache upgrade
|
RUN apk --no-cache upgrade
|
||||||
RUN apk --no-cache add apache2 apache2-utils apache2-proxy apache2-ssl
|
RUN apk --no-cache add apache2 apache2-utils apache2-proxy apache2-ssl apr-util-dbm_db
|
||||||
RUN mkdir /run/apache2; chown apache /run/apache2
|
RUN mkdir /run/apache2; chown apache /run/apache2
|
||||||
RUN mv /etc/apache2/conf.d/proxy.conf /etc/apache2/conf.d/proxy.conf.disabled
|
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
|
RUN ln -s /dev/stderr /var/log/apache2/error.log
|
||||||
|
Loading…
Reference in New Issue
Block a user