diff --git a/Dockerfile b/Dockerfile index b0bab6a..db2e498 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app COPY . . -RUN cargo build --profile release-lto +RUN cargo build --profile prod RUN rm .env