obsolute-paste (latest)
Installation
docker pull git.ptr.moe/baalajimaestro/obsolute-paste:latest
sha256:e85217b73e6a92d6150eec49554d31fb350ccc964bded8a810e01f6a3ebb716e
Image Layers
WORKDIR /app |
COPY /app/target/x86_64-unknown-linux-musl/release/paste-frontend /app/paste-frontend # buildkit |
ADD templates /app/templates # buildkit |
ADD static /app/static # buildkit |
EXPOSE map[8080/tcp:{}] |
CMD ["./paste-frontend"] |