Files
hamview/cmd/hamview-collector/Dockerfile
maze 2770821928
Some checks failed
Test and build / test (push) Successful in 1m1s
Test and build / Build collector (push) Failing after 1m6s
Test and build / Build receiver (amd64, , linux) (push) Failing after 1m9s
Test and build / Build receiver (arm, 6, linux) (push) Failing after 1m8s
Test and build / Build receiver (arm, 7, linux) (push) Failing after 1m7s
Relative paths
2026-02-23 13:25:41 +01:00

7 lines
254 B
Docker

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