mirror of
				https://github.com/open-webui/openapi-servers
				synced 2025-06-26 18:17:04 +00:00 
			
		
		
		
	Adds docker support to the example server. this allows the example servers to be run in a containerized environment.
		
			
				
	
	
		
			35 lines
		
	
	
		
			629 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			629 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Include any files or directories that you don't want to be copied to your
 | |
| # container here (e.g., local build artifacts, temporary files, etc.).
 | |
| #
 | |
| # For more help, visit the .dockerignore file reference guide at
 | |
| # https://docs.docker.com/go/build-context-dockerignore/
 | |
| 
 | |
| **/.DS_Store
 | |
| **/__pycache__
 | |
| **/.venv
 | |
| **/.classpath
 | |
| **/.dockerignore
 | |
| **/.env
 | |
| **/.git
 | |
| **/.gitignore
 | |
| **/.project
 | |
| **/.settings
 | |
| **/.toolstarget
 | |
| **/.vs
 | |
| **/.vscode
 | |
| **/*.*proj.user
 | |
| **/*.dbmdl
 | |
| **/*.jfm
 | |
| **/bin
 | |
| **/charts
 | |
| **/docker-compose*
 | |
| **/compose.y*ml
 | |
| **/Dockerfile*
 | |
| **/node_modules
 | |
| **/npm-debug.log
 | |
| **/obj
 | |
| **/secrets.dev.yaml
 | |
| **/values.dev.yaml
 | |
| LICENSE
 | |
| README.md
 |