tpaste (latest)
Published 2023-05-04 14:49:08 +00:00 by scrumpyjack
Installation
docker pull gitea.bigyellowfish.com/scrumpyjack/tpaste:latest
sha256:936e22ff78b3a22b7a43c9d015cc14c01c3e86f5d1003bbc008bbf80d9781c9c
Image Layers
ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in / |
CMD ["/bin/sh"] |
/bin/sh -c apk add lua-turbo lua-redis lua-hashids curl |
COPY dir:194564961c225cebbe1bd5cbde122123f12f1ebf6054e63bcd50bd44e0d713e4 in /app |
COPY file:6dbb76c032ed23d783479ccd16ec53679c07deda0854793ae0886ef97d74c3c3 in /app/turbo-paste |
WORKDIR /app/turbo-paste |
CMD ["/bin/sh" "-c" "/usr/bin/luajit ./turbo-paste.lua"] |
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:4001/ || exit 1"] "10m0s" "30s" "0s" '\x00'} |