feat: Add basic docker support
This commit is contained in:
		
							
								
								
									
										11
									
								
								.dockerignore
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.dockerignore
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
# Exclude everything and allow only the necessary files
 | 
			
		||||
*
 | 
			
		||||
!/docker/
 | 
			
		||||
!/src/
 | 
			
		||||
!/src/manage.py
 | 
			
		||||
!/pyproject.toml
 | 
			
		||||
 | 
			
		||||
# Python
 | 
			
		||||
*.py[cod]
 | 
			
		||||
__pycache__
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user