Block a user
proteus (1.1)
Published 2025-05-12 08:34:04 +00:00 by phulstaert
Installation
docker pull git.thinkr.be/phulstaert/proteus:1.1sha256:02aea4696acb9b2a04d8a6df47bd660824697efbb8e60b68391599ec65413050
Image Layers
| ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| WORKDIR /app |
| COPY /app/proteus /app/proteus # buildkit |
| COPY templates ./templates # buildkit |
| COPY static ./static # buildkit |
| RUN /bin/sh -c mkdir -p ./logging ./cache_backups && chown -R nobody:nogroup /app # buildkit |
| EXPOSE map[8080/tcp:{}] |
| CMD ["./proteus"] |