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.
--force-recreate
1 parent 7337138 commit cf952d7Copy full SHA for cf952d7
.docker/entrypoint.sh
@@ -30,6 +30,7 @@ fi
30
if [ ! -f "$LANG_DIR/language-defs.ent" ]; then
31
echo "The documentation for language '$LANGUAGE' is missing."
32
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'."
34
exit 1
35
fi
36
0 commit comments