Skip to content

Commit d697344

Browse files
fix docker file
1 parent a74e489 commit d697344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG CI_ACCESS_TOKEN
1717
RUN git config --global url."https://olegfomenkodev:${CI_ACCESS_TOKEN}@github.com/".insteadOf "https://github.com/"
1818
COPY . .
1919

20-
RUN #go mod vendor
20+
RUN go mod vendor
2121
RUN go build -mod=vendor -o /usr/local/bin/bdjuno /go/src/github.com/forbole/callisto/cmd/bdjuno
2222

2323

0 commit comments

Comments
 (0)