fix docker loading

This commit is contained in:
Ross
2026-06-29 10:55:30 +01:00
parent 1317d6a438
commit 17043722e1
2 changed files with 32 additions and 1 deletions
+31
View File
@@ -0,0 +1,31 @@
# Ignore git and local environments
.git
.venv
venv
ENV
.vscode
.idea
# Ignore Python caches and test artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
# Ignore local media and database files
media/
media_testanatomy/
backups/
db.sqlite3
*.log
logs/
# Ignore frontend dependencies and test suites in build context
**/node_modules/
rts/node_modules/
rts/tests/
package-lock.json
+1 -1
View File
@@ -19,7 +19,7 @@ server {
#proxy_set_header Host $host; #proxy_set_header Host $host;
#proxy_redirect off; #proxy_redirect off;
#proxy_buffering off; #proxy_buffering off;
alias /usr/src/app/rts; alias /usr/src/app/rts/;
} }
location /static/ { location /static/ {