diff --git a/Dockerfile b/Dockerfile index 2f248c3..ffb6820 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY --chown=rust template ./template COPY --chown=rust init-db.sql ./init-db.sql RUN touch src/main.rs RUN cargo build --release --features vendored +RUN strip target/x86_64-unknown-linux-musl/release/datatrash FROM alpine:latest