1
0
Fork 0
mirror of https://github.com/jhbruhn/ics-adapter.git synced 2025-03-15 11:35:49 +00:00

fix dockerfile

This commit is contained in:
Jan-Henrik 2023-06-13 20:58:25 +02:00
parent 079dcb97bb
commit 2c30bd93f0

View file

@ -8,7 +8,7 @@ RUN rm src/*.rs
ADD . ./
RUN rm ./target/release/deps/ics-adapter*
RUN rm ./target/release/deps/ics_adapter*
RUN cargo build --release