We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd69255 commit 2c3412bCopy full SHA for 2c3412b
Dockerfile
@@ -23,7 +23,8 @@ RUN if [ -z "$PREBUILT_TAG" ]; then \
23
RUN if [ -z "$PREBUILT_TAG" ]; then \
24
cargo build --release --target $(cat .toolchain) && \
25
mkdir -p ./vigil/ && \
26
- mv ./target/$(cat .toolchain)/release/vigil ./vigil/ \
+ mv ./target/$(cat .toolchain)/release/vigil ./vigil/ && \
27
+ cp -rp ./res ./vigil/
28
; fi
29
30
# Pull pre-built binary?
0 commit comments