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 2c3412b commit 9a8e21eCopy full SHA for 9a8e21e
Dockerfile
@@ -24,7 +24,7 @@ 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/ && \
27
- cp -rp ./res ./vigil/
+ cp -rp ./res ./vigil/ \
28
; fi
29
30
# Pull pre-built binary?
0 commit comments