Verified Commit 6aaeb599 authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Fix docker build

parent 48998848
Showing with 0 additions and 1 deletion
+0 -1
......@@ -22,7 +22,6 @@ RUN set -x && \
COPY res res
COPY build.rs build.rs
COPY src src
COPY .git .git
RUN cargo build --release && mv target/release/pod ./ && rm -rf target
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment