Some checks failed
Run tests / build (amd64, , linux) (push) Has been cancelled
Run tests / build (arm, 6, linux) (push) Has been cancelled
Run tests / build (arm, 7, linux) (push) Has been cancelled
Run tests / build (stable) (push) Has been cancelled
Run tests / test (stable) (push) Has been cancelled
7 lines
231 B
Docker
7 lines
231 B
Docker
FROM alpine:3
|
|
WORKDIR /opt/hamview
|
|
COPY ../../etc /etc/hamview
|
|
COPY ../../build/hamview-collector-amd64 /opt/hamview/bin/hamview-collector
|
|
ENTRYPOINT ["bin/hamview-collector"]
|
|
CMD [ "executable" ]
|