front (sha256:9c6b83f81cf15a1e867762b393f4be5ffe7bbc45d42027c63cdcff3e808b9856)
Published 2025-09-23 21:24:42 +00:00 by nicolas.boufideline
Installation
docker pull git.g3e.fr/h6n/front@sha256:9c6b83f81cf15a1e867762b393f4be5ffe7bbc45d42027c63cdcff3e808b9856sha256:9c6b83f81cf15a1e867762b393f4be5ffe7bbc45d42027c63cdcff3e808b9856Image layers
| BusyBox 1.35.0 (glibc), Debian 12 |
| RUN /bin/sh -c adduser -D static # buildkit |
| USER static |
| WORKDIR /home/static |
| COPY ./sources/ /home/static/ # buildkit |
| HEALTHCHECK &{["CMD-SHELL" "[ 'echo -ne \"GET / HTTP/1.0\\r\\Content-Length: 0\\r\\n\" | nc 127.0.0.1 80 > /dev/null' ]"] "1s" "30s" "5s" "0s" '\x03'} |
| CMD ["busybox" "httpd" "-f" "-v" "-p" "80"] |
| COPY ../config/config.js /home/static/javascript/modules/ # buildkit |