fix go build

This commit is contained in:
2024-12-05 16:12:02 -06:00
parent 0f08ed311e
commit 342436681b

View File

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