Changed at requests.

This commit is contained in:
Andrey Egorov
2024-07-23 12:22:53 +03:00
parent dbb4fc5939
commit 6b8284ee47
5 changed files with 90 additions and 100 deletions

View File

@ -1,9 +1,9 @@
FROM golang:1.22.5
WORKDIR /app
COPY go.mod go.sum ./
COPY ./ ./
RUN go mod download
COPY *.go ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /modem-test