Oops don't actually copy the Cargo.lock into the container image.
This commit is contained in:
parent
2cbb54c483
commit
99e99ecffd
@ -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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user