feat: adds a better dockerfile implementation

This commit is contained in:
2025-11-08 09:45:05 -03:00
parent 08faca95af
commit 1b09805665
5 changed files with 1261 additions and 994 deletions

27
.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
# Project files
README.md
# Build and CI files
.k8s/
# Git files
.github/
.githooks/
.gitignore
# Test files
tests/
# IDE files
.vscode/
.idea/
# Docker files
Dockerfile
docker-compose.yml
.dockerignore