adrianux.net (1.3.0)
Installation
docker pull git.adrianux.net/ahoemann/adrianux.net:1.3.0
sha256:0e9e4bf95fed8be8ebdb0d390dbd010aa39e0994f836dcf84c76910e2d71c9f7
Image layers
ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
WORKDIR /opt/ |
ENV DEBUG_MODE=False |
COPY . . # buildkit |
RUN /bin/sh -c apk add --no-cache python3 py3-flask py3-waitress # buildkit |
EXPOSE map[8080/tcp:{}] |
HEALTHCHECK &{["CMD-SHELL" "wget --delete-after http://localhost:8080"] "5m0s" "0s" "0s" "0s" '\x00'} |
CMD ["waitress-serve" "--listen=0.0.0.0:8080" "app:app"] |