Fix Dockerfile

This commit is contained in:
Valentin Brandl 2019-08-09 12:39:58 +02:00
parent f3bfffd0a9
commit 4d8a296244
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -32,7 +32,7 @@ RUN rm -r ./target/x86_64-unknown-linux-musl/release/.fingerprint/gitache-*
COPY ./backend/static ./static
COPY ./backend/src ./src
COPY ./time-cache/src ../time-cache/src
COPY ./time-cache/src /home/rust/src/time-cache/src
# build source code
RUN cargo build --release