Added docker files
All checks were successful
Rust Build / Check (pull_request) Successful in 51s
Rust Build / Test Suite (pull_request) Successful in 1m2s
Rust Build / Rustfmt (pull_request) Successful in 34s
Rust Build / Clippy (pull_request) Successful in 50s
Rust Build / build (pull_request) Successful in 1m25s

Docker is not building
This commit is contained in:
2025-04-10 19:55:59 -04:00
parent f6cf968f86
commit 779d1a49df
3 changed files with 146 additions and 0 deletions

19
.dockerignore.yaml Normal file
View File

@@ -0,0 +1,19 @@
# Ignore build artifacts
target/
pkg/
# Ignore git directory
.git/
# Ignore environment files (configure via docker-compose instead)
.env*
# Ignore IDE/editor specific files
.idea/
.vscode/
# Ignore OS specific files
*.DS_Store
# Add any other files/directories you don't need in the image
# e.g., logs/, tmp/