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 f843dd5 commit 1411fbfCopy full SHA for 1411fbf
build_files/shared/build.sh
@@ -10,7 +10,8 @@ echo "========================================"
10
11
### Rsync system files to root filesystem
12
echo "Installing system files..."
13
-rsync -rlpvh --ignore-existing /ctx/system_files/shared/ /
+# Note: We don't use --ignore-existing so our files override base image files
14
+rsync -rlpvh /ctx/system_files/shared/ /
15
16
### Run hypercube build scripts in order
17
echo "Running build scripts..."
0 commit comments