poeticmetric-backend (sha256:ad7ad59763ba69cdfe3eeb052ce4d53e9752ac49029c2dc1e8e4346d5356ab75)
Published 2025-10-05 01:32:55 +00:00 by forgejo-runner
Installation
docker pull code.unius.sh/unius/poeticmetric-backend@sha256:ad7ad59763ba69cdfe3eeb052ce4d53e9752ac49029c2dc1e8e4346d5356ab75sha256:ad7ad59763ba69cdfe3eeb052ce4d53e9752ac49029c2dc1e8e4346d5356ab75Image layers
| ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update && apk add bash tzdata # buildkit |
| WORKDIR /poeticmetric |
| COPY /go/bin/migrate /usr/local/bin/migrate # buildkit |
| COPY /poeticmetric/bin/migrator /usr/local/bin/poeticmetric-migrator # buildkit |
| COPY /poeticmetric/bin/rest-api /usr/local/bin/poeticmetric-rest-api # buildkit |
| COPY /poeticmetric/bin/scheduler /usr/local/bin/poeticmetric-scheduler # buildkit |
| COPY /poeticmetric/bin/worker /usr/local/bin/poeticmetric-worker # buildkit |
| COPY docker-entrypoint.sh /usr/local/bin/ # buildkit |
| CMD ["/usr/local/bin/docker-entrypoint.sh"] |