dvfs agent 0.1
This commit is contained in:
11
agent/Dockerfile
Normal file
11
agent/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM golang:1.25
|
||||
WORKDIR /usr/src/agent
|
||||
|
||||
COPY go.mod ./
|
||||
RUN go mod download
|
||||
|
||||
COPY . .
|
||||
RUN go build -v -o /usr/local/bin/agent ./...
|
||||
|
||||
CMD ["app"]
|
||||
|
||||
Reference in New Issue
Block a user