Added docker creation initial process

This commit is contained in:
João Silva
2023-11-29 12:10:45 +00:00
parent e5fffe4d15
commit 32d1e79c57
25 changed files with 207 additions and 18 deletions

10
.gitignore vendored
View File

@@ -1,10 +1,10 @@
# Python
__pycache__/
*.pyc
app/__pycache__/
app/*.pyc
# Logs
logs/
*.log
app/logs/
app/*.log
# Environment variables
config/.env
app/config/.env