Source code .go not copied.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-25 00:15:03 +02:00
parent 3c55cdd9ee
commit bbb487b438

View File

@@ -2,6 +2,7 @@ FROM golang:1.20-bullseye AS builder
WORKDIR /usr/local/src/objectivefs-docker-volume
COPY go.* ./
COPY *.go ./
RUN go mod download
RUN mkdir bin/ && go build -o bin/ ./...