mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
ci: updated dockerfile
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
FROM golang:1.22.9 AS build
|
||||
|
||||
WORKDIR /go/src/app
|
||||
COPY ../backend .
|
||||
COPY ../core .
|
||||
COPY ../db .
|
||||
COPY ../grpc .
|
||||
COPY ../trace .
|
||||
COPY ../vcs .
|
||||
|
||||
COPY ../backend ./backend
|
||||
COPY ../core ./core
|
||||
COPY ../db ./db
|
||||
COPY ../grpc ./grpc
|
||||
COPY ../trace ./trace
|
||||
COPY ../vcs ./vcs
|
||||
|
||||
ENV GO111MODULE on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user