[+] update dockerfile
Some checks failed
Build and Push Docker Images / docker (push) Failing after 28s
Some checks failed
Build and Push Docker Images / docker (push) Failing after 28s
Signed-off-by: sunyz <i@sunyz.net>
This commit is contained in:
parent
7355e52e3f
commit
85b737d0ed
@ -1,7 +1,7 @@
|
||||
FROM golang:1.23.5 AS builder
|
||||
ARG VERSION=prod
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
COPY . .
|
||||
RUN go mod download
|
||||
RUN go build -o lucky
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user