Skip to content

Commit 05a8938

Browse files
committed
Ensuring hidden files are moved
1 parent abf4e7d commit 05a8938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python38-slim/s2i/bin/assemble

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if [[ "$1" == "-h" ]]; then
1313
fi
1414

1515
echo "---> Installing application source ..."
16+
shopt -s dotglob
1617
mkdir -p "$APP_ROOT/src"
1718
mv /tmp/src/* "$APP_ROOT/src"
1819

0 commit comments

Comments
 (0)