fix go build
This commit is contained in:
@@ -19,7 +19,7 @@ RUN go mod download
|
||||
COPY . .
|
||||
|
||||
# Build the application
|
||||
RUN go build
|
||||
RUN go build -o go-nkode ./cmd
|
||||
|
||||
# Stage 2: Runtime
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
Reference in New Issue
Block a user