plug-ngx (sha256:1d7f79f72cff1353fce877ee61620948e4ba167275381cfa0f12703d8937c4e1)
Published 2025-01-27 15:23:33 +00:00 by SoXX
Installation
docker pull git.anthrove.art/anthrove/plug-ngx@sha256:1d7f79f72cff1353fce877ee61620948e4ba167275381cfa0f12703d8937c4e1
sha256:1d7f79f72cff1353fce877ee61620948e4ba167275381cfa0f12703d8937c4e1
Image Layers
ARG VERSION=v1.0.1 |
ENV VERSION=v1.0.1 |
WORKDIR / |
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
COPY /app ./ # buildkit |
EXPOSE map[8081/tcp:{}] |
CMD ["/app"] |