Changed compilation. Changed logging.
This commit is contained in:
@ -2,9 +2,9 @@ FROM golang:1.22.5
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./ ./
|
||||
RUN go mod download
|
||||
RUN go get .
|
||||
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /modem-test
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /mpu-test
|
||||
|
||||
CMD ["/modem-test"]
|
||||
CMD ["/mpu-test"]
|
||||
|
Reference in New Issue
Block a user