Files
hamview/cmd/hamview-collector/Dockerfile
maze 60a49a1022
Some checks failed
Run tests / test (1.25) (push) Successful in 5s
Run tests / test (stable) (push) Successful in 6s
Run tests / build (push) Failing after 1m38s
Skip linter for now
2026-02-23 08:58:47 +01:00

7 lines
225 B
Docker

FROM alpine:3
WORKDIR /opt/hamview
COPY ../../etc /etc/hamview
COPY ../../build/hamview-collector /opt/hamview/bin/hamview-collector
ENTRYPOINT ["bin/hamview-collector"]
CMD [ "executable" ]