Changed module name.
This commit is contained in:
@ -5,6 +5,6 @@ COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
COPY *.go ./
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /modem-test main.go
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /modem-test
|
||||
|
||||
CMD ["/modem-test"]
|
Reference in New Issue
Block a user