This commit is contained in:
2025-11-22 17:35:24 +01:00
parent 0596fe60fa
commit 87660c7d1d
12 changed files with 34 additions and 39 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ COPY go.sum .
RUN go mod download
COPY main.go .
COPY telldus ./telldus
COPY pkg ./pkg
# Build the Go application
RUN go build main.go