Update Dockerfile

This commit is contained in:
gigirassy
2026-04-01 06:14:35 +02:00
parent b936247964
commit 13db11c2fc
+1 -1
View File
@@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o blitzwing .
# runtime
FROM kgrv/mini:malloc AS runtime
COPY --from=build /workspace/blitzwing blitzwing
COPY --from=build /workspace/blitzwing /blitzwing
WORKDIR /
USER mini
CMD ["./blitzwing"]