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

View File

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