Copy files over correctly.
This commit is contained in:
parent
0904d5c385
commit
2e5baf6023
@ -1,7 +1,7 @@
|
|||||||
FROM golang:1.23
|
FROM golang:1.23
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY * ./
|
COPY . ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|
||||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /bingo
|
RUN CGO_ENABLED=0 GOOS=linux go build -o /bingo
|
||||||
|
Loading…
Reference in New Issue
Block a user