Changed module name.

This commit is contained in:
Andrey Egorov
2024-07-22 18:53:34 +03:00
parent 05fd6a213c
commit 38a47bfb20
4 changed files with 6 additions and 4 deletions

View File

@ -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"]