mirror of
https://github.com/Xevion/time-banner.git
synced 2026-01-31 08:26:15 -06:00
Add ignores, fix dep caching self purging
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ RUN cargo build --release
|
||||
# Build web app with own code
|
||||
RUN rm src/*.rs
|
||||
ADD . ./
|
||||
RUN rm ./target/release/deps/time-banner*
|
||||
RUN rm ./target/release/deps/time_banner*
|
||||
RUN cargo build --release
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user