forked from Ivasoft/objectivefs-docker-volume
Source code .go not copied.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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/ ./...
|
||||
|
||||
Reference in New Issue
Block a user