dockerfile for building release app

This commit is contained in:
Dylan Knutson
2024-12-28 05:01:10 +00:00
parent 66165a7eee
commit c791203d1c
3 changed files with 105 additions and 0 deletions

37
.dockerignore Normal file
View File

@@ -0,0 +1,37 @@
# Rust build artifacts
/target
**/*.rs.bk
# Development environment
.env
.devcontainer
.vscode
.idea
*.swp
*.swo
# Git
.git
.gitignore
.github
# Documentation and misc
README.md
LICENSE
*.md
# Generated files
embeddings_visualization.html
# Debug files
core
*.log
# Docker files (except Dockerfile which we need)
.dockerignore
docker-compose*.yml
# Temporary files
*.tmp
*.temp
*~