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 988c5aa commit 7ff6e5dCopy full SHA for 7ff6e5d
Dockerfile
@@ -6,7 +6,7 @@ COPY go.mod go.sum ./
6
7
RUN go mod download
8
9
-COPY *.go ./
+COPY . .
10
11
RUN CGO_ENABLED=0 GOOS=linux go build -o /secured-signal-api
12
0 commit comments