fix Dockerfile
This commit is contained in:
@@ -6,6 +6,7 @@ COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY *.go ./
|
||||
COPY prompt.txt ./
|
||||
COPY web ./web
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o ./server
|
||||
|
Reference in New Issue
Block a user