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 860c69b commit 38c3a36Copy full SHA for 38c3a36
Dockerfile.prod
@@ -12,7 +12,7 @@ RUN go mod download
12
13
COPY . .
14
15
-RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o okane_server .
+RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o okane_server ./cmd
16
17
# Production
18
FROM scratch
0 commit comments