Skip to content

Commit 2c3412b

Browse files
Fix
1 parent dd69255 commit 2c3412b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RUN if [ -z "$PREBUILT_TAG" ]; then \
2323
RUN if [ -z "$PREBUILT_TAG" ]; then \
2424
cargo build --release --target $(cat .toolchain) && \
2525
mkdir -p ./vigil/ && \
26-
mv ./target/$(cat .toolchain)/release/vigil ./vigil/ \
26+
mv ./target/$(cat .toolchain)/release/vigil ./vigil/ && \
27+
cp -rp ./res ./vigil/
2728
; fi
2829

2930
# Pull pre-built binary?

0 commit comments

Comments
 (0)