diff --git a/Dockerfile b/Dockerfile index 8b49ae8..7b63b36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -16,6 +16,6 @@ FROM scratch WORKDIR / COPY --from=builder /app /app -COPY db/ /db +COPY db/migration /db/migration ENTRYPOINT ["/app"] \ No newline at end of file