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