🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-09-07 09:58:10 -04:00
parent e6f7e4ced2
commit 774ce954c2
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -14,7 +14,8 @@ RUN apk -U upgrade && \
openssl-dev \
linux-headers \
python2 \
rrdtool
rrdtool \
php8-cgi
RUN git clone https://github.com/cherokee/webserver.git . && \
libtoolize --force && \
@ -62,5 +63,7 @@ EXPOSE 80 19070
VOLUME [ "/data", "/config", "/etc/ssl" ]
ENTRYPOINT [ "tini", "--" ]
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-cherokee.sh" "healthcheck" ]
CMD ["/usr/local/bin/entrypoint-cherokee.sh"]