chore: remove unused .sql files from image

This commit is contained in:
xkm
2026-04-05 10:09:24 +08:00
parent b26b87c132
commit 17ca711bb0

View File

@@ -1,4 +1,4 @@
FROM docker.io/golang:1.26.1-trixie AS builder FROM docker.xd.xkm.be/golang:1.26.1-trixie AS builder
WORKDIR /build WORKDIR /build
@@ -16,6 +16,6 @@ FROM scratch
WORKDIR / WORKDIR /
COPY --from=builder /app /app COPY --from=builder /app /app
COPY db/ /db COPY db/migration /db/migration
ENTRYPOINT ["/app"] ENTRYPOINT ["/app"]