Dockerfile: Fix COPY Cargo.*
This commit is contained in:
parent
6e56cd61f7
commit
acf536b232
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN cargo new homepage
|
||||||
|
|
||||||
WORKDIR /usr/src/homepage
|
WORKDIR /usr/src/homepage
|
||||||
|
|
||||||
COPY Cargo.* .
|
COPY Cargo.* ./
|
||||||
|
|
||||||
# Dummy build to cache dependencies
|
# Dummy build to cache dependencies
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
Loading…
Reference in a new issue