fix: docker backend entrpoint issues

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-10-28 23:35:53 -07:00
parent 1ea99bc8f6
commit 133e2639ec
3 changed files with 2 additions and 4 deletions

View file

@ -39,7 +39,6 @@ services:
- "${BACKEND_PORT:-8000}:8000"
volumes:
- ./surfsense_backend/app:/app/app
- ./surfsense_backend/scripts:/app/scripts:ro
- shared_temp:/tmp
env_file:
- ./surfsense_backend/.env