mirror of
https://github.com/casjaysdevdocker/cherokee
synced 2025-01-18 06:34:33 -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 \
|
||||
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"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user