Copy files over correctly.
Some checks failed
build / build (push) Failing after 8m44s
test / test (push) Successful in 36s

This commit is contained in:
Seraphim R. Pardee 2024-09-20 14:06:15 -04:00
parent 0904d5c385
commit 2e5baf6023
2 changed files with 2 additions and 2 deletions

View File

@ -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