poeticmetric-backend (sha256:49c221d35a099032e9458eb29e575ca0f1b2a9627fcebf8f63d5373d05f4f3cd)
Published 2025-09-28 10:33:48 +00:00 by forgejo-runner
Installation
docker pull code.unius.sh/unius/poeticmetric-backend@sha256:49c221d35a099032e9458eb29e575ca0f1b2a9627fcebf8f63d5373d05f4f3cdsha256:49c221d35a099032e9458eb29e575ca0f1b2a9627fcebf8f63d5373d05f4f3cdImage 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"] |