Files
getpsrc/Dockerfile
T
volker.raschek 756d668fc9
Markdown linter / markdown-lint (push) Successful in 11s
Golang Tests / unittest (push) Successful in 43s
fix(ci): replace drone with gitea actions
2025-05-13 20:28:50 +02:00

6 lines
90 B
Docker

FROM scratch AS build
COPY getpsrc-* /usr/bin/getpsrc
ENTRYPOINT [ "/usr/bin/getpsrc" ]