fix Dockerfile

This commit is contained in:
2025-05-11 16:56:46 +01:00
parent 574986bffe
commit 357d9b2894

View File

@@ -6,6 +6,7 @@ COPY go.mod go.sum ./
RUN go mod download RUN go mod download
COPY *.go ./ COPY *.go ./
COPY prompt.txt ./
COPY web ./web COPY web ./web
RUN CGO_ENABLED=0 GOOS=linux go build -o ./server RUN CGO_ENABLED=0 GOOS=linux go build -o ./server