diff --git a/Dockerfile b/Dockerfile index 7d827e0..95348bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /app RUN go build -o /bin/app . # GOPATH for scratch images is / -FROM scratch +FROM --platform=$BUILDPLATFORM scratch COPY --from=builder /bin/app /app COPY ./templates /templates EXPOSE 10000