chore: fix docker build

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai 2024-09-26 13:49:28 +02:00
parent f30afb83eb
commit 0b61ffeedb
No known key found for this signature in database
GPG Key ID: C3867DCF133BFEB6

View File

@ -14,7 +14,7 @@ RUN go mod download
# Copy the go source
COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY internal/controller/ internal/controller/
COPY internal/ internal/
# Build
# the GOARCH has not a default value to allow the binary be built according to the host where the command