fix docker file

This commit is contained in:
Safwan
2026-07-21 20:24:59 +05:00
parent 65d4f12067
commit a213122ee1
+1
View File
@@ -26,6 +26,7 @@ RUN go mod download
# Copy the go source
COPY cmd/ cmd/
COPY internal/ internal/
COPY pkg/ pkg/
# Build
RUN CGO_ENABLED=0 \