anonymousoverflow (amd64)
Published 2024-08-24 00:02:34 -05:00 by Korbs
Installation
docker pull ark.sudovanilla.org/korbs/anonymousoverflow:amd64
sha256:e665ac5b4a4d4c5c9c15d8d7747151e6acf7ef6767f7a804cd6bd92e58437fb1
Image Layers
COPY /app/anonymousoverflow /anonymousoverflow # buildkit |
COPY /app/healthcheck /healthcheck # buildkit |
COPY templates /templates # buildkit |
COPY public /public # buildkit |
COPY /etc/ssl/certs /etc/ssl/certs # buildkit |
HEALTHCHECK &{["CMD" "/healthcheck" "http://localhost:8080/healthz"] "1m0s" "5s" "2s" "0s" '\x03'} |
EXPOSE map[8080/tcp:{}] |
CMD ["/anonymousoverflow"] |