felsökning docker

This commit is contained in:
2026-06-02 01:43:28 +02:00
parent 79edebe632
commit bdc64b7e57
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ node_modules/
# Environment & credentials — never commit these
backend/.env
frontend/.env
**/.env.local
# Runtime data files
+3
View File
@@ -0,0 +1,3 @@
HOST=127.0.0.1
DANGEROUSLY_DISABLE_HOST_CHECK=true
REACT_APP_API_URL=http://localhost:3001