Skip linter for now
This commit is contained in:
6
cmd/hamview-receiver/Dockerfile
Normal file
6
cmd/hamview-receiver/Dockerfile
Normal 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" ]
|
||||
Reference in New Issue
Block a user