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 4094b5f commit cb288c6Copy full SHA for cb288c6
Dockerfile
@@ -14,7 +14,7 @@ RUN go mod download
14
# Copy the go source
15
COPY main.go main.go
16
# COPY api/ api/
17
-COPY controllers/ controllers/
+COPY . .
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