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

View File

@ -35,6 +35,7 @@ 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
RUN cat /home/rust/src/time-cache/src/lib.rs
# build source code
RUN cargo build --release