We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb2d6b commit 0cee791Copy full SHA for 0cee791
debian/Dockerfile
@@ -2,7 +2,7 @@ FROM golang:1.24.2 AS go
2
3
COPY . /app
4
WORKDIR /app
5
-RUN GOOS=linux go build -o orchestrator ./cmd/orchestrator/
+RUN GOOS=linux go build -o orchestrator ./cmd/arduino-app-cli/
6
7
FROM debian:bookworm AS debian
8
0 commit comments