Fix Dockerfile CMD path - Change from ./normogen-backend to normogen-backend
#35 -Commit
078acd92d1
pushed by
alvaro
Add database initialization module and compilation fixes
#31 -Commit
1e914089d5
pushed by
alvaro
test: Add minimal test binary to verify Docker execution
#29 -Commit
177f2ad8e7
pushed by
alvaro
fix: Remove Cargo.lock from COPY in Dockerfile (it is gitignored)
#28 -Commit
e555813290
pushed by
alvaro
fix: Remove Cargo.lock from Dockerfile and add it to git
#27 -Commit
fe35240e82
pushed by
alvaro
fix: Remove Cargo.lock from Dockerfile copy to avoid missing file error
#26 -Commit
1e9ca98c92
pushed by
alvaro
fix: Use multi-stage Dockerfile to run binary directly instead of cargo run
#25 -Commit
d02c348d92
pushed by
alvaro
debug: Disable restart policy and add log volume to capture crash info
#22 -Commit
17205a4907
pushed by
alvaro
debug: Add panic hook and numbered steps to diagnose startup issue
#20 -Commit
c82160ca11
pushed by
alvaro
debug: Add panic hook and numbered steps to diagnose startup issue
#19 -Commit
cae3e18b49
pushed by
alvaro
fix: Disable output buffering in Docker to show startup logs
#18 -Commit
b3d5304bf6
pushed by
alvaro
fix: Use println! instead of stderr for reliable Docker logging
#17 -Commit
69d8fd611e
pushed by
alvaro
fix: Correct build context in docker-compose.dev.yml (use ./backend not .)
#15 -Commit
dd95aadb62
pushed by
alvaro
fix: Correct MONGODB_DATABASE environment variable and change port to 6500
#13 -Commit
3bcd732945
pushed by
alvaro
debug: Add forced stderr flush to ensure startup logs are visible
#12 -Commit
acc1364335
pushed by
alvaro
debug: Add detailed logging and timeouts to MongoDB connection
#11 -Commit
44a6f91505
pushed by
alvaro
fix: Implement std::fmt::Display for Permission to resolve compilation errors
#10 -Commit
7d83255051
pushed by
alvaro
fix: Add strum_macros dependency to resolve build errors
#9 -Commit
20895c98ff
pushed by
alvaro