adrianux.net (1.0.0)
Installation
docker pull git.adrianux.net/ahoemann/adrianux.net:1.0.0
sha256:532d3ed0e935abac9ed04398a610c51c8208ec8de77a52089008fb54d1749661
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"] |