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 f42f613 commit 72788c9Copy full SHA for 72788c9
Dockerfile
@@ -13,7 +13,7 @@ RUN go mod download
13
14
# Copy the go source
15
COPY main.go main.go
16
-COPY api/ api/
+# COPY api/ api/
17
COPY controllers/ controllers/
18
19
# Build
0 commit comments