SEO Improvements stage 1

This commit is contained in:
2026-09-16 20:36:14 +01:00
parent 7edb201465
commit fe4a762a91
8 changed files with 83 additions and 30 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ set -x -o pipefail
content_dir=""
if [[ -d "../jc-content" ]]; then
content_dir="-v $(realpath ../jc-content):/var/www/jc/projects"
content_dir="-v $(realpath ../jc-content):/var/www/jc/projects:z"
fi
docker run -e DISCORD_ERR_HOOK=dummy $1 -v $(pwd)/src/:/var/www/jc $content_dir jc-ng-localtest
docker run -e DISCORD_ERR_HOOK=dummy $1 $content_dir jc-ng-localtest