Skip linter for now
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

This commit is contained in:
2026-02-23 08:58:47 +01:00
parent 2c6b739f9b
commit 60a49a1022
5 changed files with 54 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
FROM alpine:3
WORKDIR /opt/hamview
COPY ../../etc /etc/hamview
COPY ../../build/hamview-receiver /opt/hamview/bin/hamview-receiver
ENTRYPOINT ["bin/hamview-receiver"]
CMD [ "protocol" ]