Initial Dockerfile
Some checks failed
ci/woodpecker/pr/docker-buildx Pipeline failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/vulnerability-scan Pipeline was successful

This commit is contained in:
Liam Steckler 2025-01-11 10:33:13 -08:00
parent ea546b306c
commit ba77b6741a
2 changed files with 50 additions and 0 deletions

27
.dockerignore Normal file
View file

@ -0,0 +1,27 @@
**/__pycache__
**/.venv
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/bin
**/charts
**/docker-compose*
**/compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md