From 99e99ecffd1e19dded3c8fbe02a435a413ff36e3 Mon Sep 17 00:00:00 2001 From: Alexis Werefox Date: Thu, 30 Mar 2023 22:21:10 +0000 Subject: [PATCH] Oops don't actually copy the Cargo.lock into the container image. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 .