Skip linter for now
This commit is contained in:
6
cmd/hamview-collector/Dockerfile
Normal file
6
cmd/hamview-collector/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
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" ]
|
||||
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" ]
|
||||
@@ -159,7 +159,7 @@ func run(ctx context.Context, command *cli.Command) error {
|
||||
)
|
||||
ON CONFLICT (public_key)
|
||||
DO UPDATE
|
||||
SET
|
||||
SET
|
||||
name = $3,
|
||||
local_time = $4,
|
||||
last_heard = $6,
|
||||
|
||||
Reference in New Issue
Block a user