Skip to content

Commit e52313d

Browse files
authored
Update docker-entrypoint.sh
1 parent 58b1f5c commit e52313d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd "$INPUT_MANAGE_PY_DIR"
66
python manage.py collectstatic --noinput
77

88
# Minify lacks a feature to skip unsupported files, so we need to loop instead...
9-
cd "$INPUT_STATIC_DIR"
9+
cd "/github/workspace/$INPUT_STATIC_DIR"
1010
find . -name "*.js" -o -name "*.css" -o -name "*.html" | while read infile; do
1111
echo "Minifying $INPUT_STATIC_DIR/$infile"
1212
#mkdir -p "/github/workspace/$INPUT_STATIC_DIR/$(dirname $infile)"

0 commit comments

Comments
 (0)