diff --git a/Dockerfile b/Dockerfile index 9febb62..d7c67d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ WORKDIR /app COPY ./ . +RUN rustup target add x86_64-unknown-linux-musl + RUN cargo build --target x86_64-unknown-linux-musl --release COPY /app/target/release/me-site /me-site