mirror of
https://github.com/casjaysdevdocker/lighttpd
synced 2025-04-28 13:36:47 -04:00
🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 1m39s
Some checks failed
release-tag / release-image (push) Failing after 1m39s
Dockerfile
This commit is contained in:
parent
481db72364
commit
faaae2dfde
@ -1,6 +1,4 @@
|
|||||||
FROM casjaysdevdocker/php:latest AS build
|
FROM casjaysdevdocker/php:3.16 AS build
|
||||||
|
|
||||||
ARG ALPINE_VERSION="v3.16"
|
|
||||||
|
|
||||||
ARG DEFAULT_DATA_DIR="/usr/local/share/template-files/data" \
|
ARG DEFAULT_DATA_DIR="/usr/local/share/template-files/data" \
|
||||||
DEFAULT_CONF_DIR="/usr/local/share/template-files/config" \
|
DEFAULT_CONF_DIR="/usr/local/share/template-files/config" \
|
||||||
@ -93,4 +91,3 @@ EXPOSE $EXPOSE_PORTS
|
|||||||
#CMD [ "" ]
|
#CMD [ "" ]
|
||||||
ENTRYPOINT [ "tini", "-p", "SIGTERM", "--", "/usr/local/bin/entrypoint-lighttpd.sh" ]
|
ENTRYPOINT [ "tini", "-p", "SIGTERM", "--", "/usr/local/bin/entrypoint-lighttpd.sh" ]
|
||||||
HEALTHCHECK --start-period=1m --interval=2m --timeout=3s CMD [ "/usr/local/bin/entrypoint-lighttpd.sh", "healthcheck" ]
|
HEALTHCHECK --start-period=1m --interval=2m --timeout=3s CMD [ "/usr/local/bin/entrypoint-lighttpd.sh", "healthcheck" ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user