diff --git a/Dockerfile b/Dockerfile index d5cff1c..ad3b485 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN apk add git musl-dev npm && \ npm install tailwindcss COPY build.rs . -COPY Cargo.lock . COPY Cargo.toml . COPY public/ public/ COPY Rocket.toml .