Oops don't actually copy the Cargo.lock into the container image.

This commit is contained in:
Alexis Werefox 2023-03-30 22:21:10 +00:00
parent 2cbb54c483
commit 99e99ecffd

View File

@ -6,7 +6,6 @@ RUN apk add git musl-dev npm && \
npm install tailwindcss npm install tailwindcss
COPY build.rs . COPY build.rs .
COPY Cargo.lock .
COPY Cargo.toml . COPY Cargo.toml .
COPY public/ public/ COPY public/ public/
COPY Rocket.toml . COPY Rocket.toml .