- add .dockerignore - add entrypoint.sh to ensure proper permissions in Docker volumes - add TZ variable for consistent Celery timestamps
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| **/*.pyc
 | |
| **/.*.swp
 | |
| **/.coverage
 | |
| **/__pycache__
 | |
| .dockerignore
 | |
| .env
 | |
| .envrc
 | |
| .git
 | |
| .gitignore
 | |
| .idea
 | |
| .isort.cfg
 | |
| .vagrant
 | |
| Dockerfile
 | |
| Vagrantfile
 | |
| docker-compose.yml
 | |
| docs
 | |
| media
 | |
| static
 |