Refactor Docker and Django configuration
- Update Dockerfile to use Python 3.11-slim and optimize build steps - Remove Dockerfile.prod and update docker-compose.yml - Remove entrypoint.sh and twilio dependency - Modify Django settings for production security and configuration - Update user serializer to include group permissions - Enhance CSRF and SSL configuration settings
This commit is contained in:
@@ -85,7 +85,6 @@ svglib==1.5.1
|
||||
tinycss2==1.2.1
|
||||
tomli==2.0.2
|
||||
toposort==1.10
|
||||
twilio==9.3.7
|
||||
types-pyyaml==6.0.12.20240917
|
||||
types-requests==2.32.0.20241016
|
||||
typing-extensions==4.12.2
|
||||
|
||||
Reference in New Issue
Block a user