Skip to content

Commit cf952d7

Browse files
committed
Mention --force-recreate to recover from missing lang
1 parent 7337138 commit cf952d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.docker/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ fi
3030
if [ ! -f "$LANG_DIR/language-defs.ent" ]; then
3131
echo "The documentation for language '$LANGUAGE' is missing."
3232
echo "Please clone https://github.com/php/doc-$LANGUAGE next to doc-en before running this script."
33+
echo "💡 Tip: remove any empty folders and rebuild containers with '--force-recreate'."
3334
exit 1
3435
fi
3536

0 commit comments

Comments
 (0)