mirror of
https://github.com/casjaysdevdocker/cherokee
synced 2025-01-18 12:34:38 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
e6f7e4ced2
commit
774ce954c2
@ -14,7 +14,8 @@ RUN apk -U upgrade && \
|
|||||||
openssl-dev \
|
openssl-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
python2 \
|
python2 \
|
||||||
rrdtool
|
rrdtool \
|
||||||
|
php8-cgi
|
||||||
|
|
||||||
RUN git clone https://github.com/cherokee/webserver.git . && \
|
RUN git clone https://github.com/cherokee/webserver.git . && \
|
||||||
libtoolize --force && \
|
libtoolize --force && \
|
||||||
@ -62,5 +63,7 @@ EXPOSE 80 19070
|
|||||||
|
|
||||||
VOLUME [ "/data", "/config", "/etc/ssl" ]
|
VOLUME [ "/data", "/config", "/etc/ssl" ]
|
||||||
|
|
||||||
|
ENTRYPOINT [ "tini", "--" ]
|
||||||
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-cherokee.sh" "healthcheck" ]
|
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-cherokee.sh" "healthcheck" ]
|
||||||
CMD ["/usr/local/bin/entrypoint-cherokee.sh"]
|
CMD ["/usr/local/bin/entrypoint-cherokee.sh"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user