this repo has no description

fixup go build command

Changed files
+1 -1
+1 -1
Dockerfile
···
COPY go.mod go.sum ./
RUN go mod download
COPY . .
-
RUN CGO_ENABLED=0 GOOS=linux go build -o /app/plcwatch
+
RUN CGO_ENABLED=0 GOOS=linux go build -o /app/plcwatch ./cmd/plcwatch
FROM alpine:latest
RUN apk --no-cache add ca-certificates
RUN adduser -D appuser