We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b1f5c commit e52313dCopy full SHA for e52313d
docker-entrypoint.sh
@@ -6,7 +6,7 @@ cd "$INPUT_MANAGE_PY_DIR"
6
python manage.py collectstatic --noinput
7
8
# Minify lacks a feature to skip unsupported files, so we need to loop instead...
9
-cd "$INPUT_STATIC_DIR"
+cd "/github/workspace/$INPUT_STATIC_DIR"
10
find . -name "*.js" -o -name "*.css" -o -name "*.html" | while read infile; do
11
echo "Minifying $INPUT_STATIC_DIR/$infile"
12
#mkdir -p "/github/workspace/$INPUT_STATIC_DIR/$(dirname $infile)"
0 commit comments