Fix(Docker): Seperate DEV and PROD

- Restructured the project
This commit is contained in:
2023-10-10 14:33:11 -04:00
parent 975efc5ee9
commit 782fa386d5
10 changed files with 70 additions and 1 deletions

12
backend/.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
# Python files
__pycache__/
.venv/
# ide files
.vscode/
# Pytest
.pytest_cache/
# enviroment constants
.envrc