The earlier build-context trim (to drop the 916MB disc_images/) also excluded webstore/ (924K), so /app/webstore was missing → main.py skipped the /store mount → every 'Virtual store / 3D store' link 404'd. Only disc_images/ (volume-mounted) is worth excluding. Repo .dockerignore now matches the live /opt/recordgod one; /store serves again. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
.venv/
|
|
.git/
|
|
__pycache__/
|
|
*.pyc
|
|
.env
|
|
disc_images/
|
|
# NOTE: do NOT exclude webstore/ — main.py mounts /store from it (the 3D virtual store).
|
|
# Only disc_images/ (~900MB, volume-mounted at runtime) is worth excluding from the build context.
|
|
*.md
|