Skip to content

Commit 1411fbf

Browse files
committed
Force update of justfile
1 parent f843dd5 commit 1411fbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_files/shared/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ echo "========================================"
1010

1111
### Rsync system files to root filesystem
1212
echo "Installing system files..."
13-
rsync -rlpvh --ignore-existing /ctx/system_files/shared/ /
13+
# Note: We don't use --ignore-existing so our files override base image files
14+
rsync -rlpvh /ctx/system_files/shared/ /
1415

1516
### Run hypercube build scripts in order
1617
echo "Running build scripts..."

0 commit comments

Comments
 (0)