fix docker container

This commit is contained in:
Travis Shears 2025-09-29 10:33:55 +02:00
parent 641f262097
commit 93cdcef885

View file

@ -13,6 +13,7 @@ COPY go.mod go.sum ./
RUN go mod download RUN go mod download
COPY main.go . COPY main.go .
COPY internal ./internal
RUN go build -o main . RUN go build -o main .