From 95f34e29bf6261f89b244d1ec13295d9d006b867 Mon Sep 17 00:00:00 2001 From: Joey Harrison Date: Thu, 22 Dec 2022 16:04:53 +0000 Subject: [PATCH] fix my lie in that comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6cf8687..62b42f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /dcspkg-server # copy package manifest in COPY ./dcspkg-server/Cargo.toml ./Cargo.toml -# path the package manifest to fetch dcspkg lib from crates.io +# path the package manifest to fetch dcspkg lib from github RUN sed -i 's@{ path = "../dcspkg" }@{ git = "https://github.com/UWCS/dcspkg" }@g' Cargo.toml # build only dependancies to cache them