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 c4bbafd commit 092dbaaCopy full SHA for 092dbaa
Dockerfile
@@ -14,7 +14,7 @@ RUN go mod download
14
# Copy the go source
15
COPY cmd/main.go cmd/main.go
16
COPY api/ api/
17
-COPY internal/controller/ internal/controller/
+COPY internal/ internal/
18
19
# Build
20
# the GOARCH has not a default value to allow the binary be built according to the host where the command
0 commit comments