Test
This commit is contained in:
parent
4d8a296244
commit
fe7134c3a3
@ -33,6 +33,8 @@ RUN rm -r ./target/x86_64-unknown-linux-musl/release/.fingerprint/gitache-*
|
|||||||
COPY ./backend/static ./static
|
COPY ./backend/static ./static
|
||||||
COPY ./backend/src ./src
|
COPY ./backend/src ./src
|
||||||
COPY ./time-cache/src /home/rust/src/time-cache/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
|
# build source code
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user