Skip to content

Commit 9a8e21e

Browse files
Fix
1 parent 2c3412b commit 9a8e21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN if [ -z "$PREBUILT_TAG" ]; then \
2424
cargo build --release --target $(cat .toolchain) && \
2525
mkdir -p ./vigil/ && \
2626
mv ./target/$(cat .toolchain)/release/vigil ./vigil/ && \
27-
cp -rp ./res ./vigil/
27+
cp -rp ./res ./vigil/ \
2828
; fi
2929

3030
# Pull pre-built binary?

0 commit comments

Comments
 (0)