Skip to content

Commit

Permalink
fix my lie in that comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeyh021 committed Dec 22, 2022
1 parent b45ed8a commit 95f34e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95f34e2

Please sign in to comment.