mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 13:46:51 +08:00
Updating path in Dockerfile.
This commit is contained in:
@@ -6,7 +6,7 @@ COPY . .
|
|||||||
RUN go get -d -v ./...
|
RUN go get -d -v ./...
|
||||||
RUN go install -v ./...
|
RUN go install -v ./...
|
||||||
RUN go get -u github.com/pressly/goose/cmd/goose
|
RUN go get -u github.com/pressly/goose/cmd/goose
|
||||||
RUN go build -o /go/bin/goose ./cmd/goose.go
|
RUN go build -o /go/bin/goose ./cmd/goose/goose.go
|
||||||
|
|
||||||
FROM golang:1.13.10
|
FROM golang:1.13.10
|
||||||
COPY --from=builder /go/bin/core .
|
COPY --from=builder /go/bin/core .
|
||||||
|
Reference in New Issue
Block a user