Fix(Docker): Seperate DEV and PROD
- Restructured the project
This commit is contained in:
12
backend/.dockerignore
Normal file
12
backend/.dockerignore
Normal file
@@ -0,0 +1,12 @@
|
||||
# Python files
|
||||
__pycache__/
|
||||
.venv/
|
||||
|
||||
# ide files
|
||||
.vscode/
|
||||
|
||||
# Pytest
|
||||
.pytest_cache/
|
||||
|
||||
# enviroment constants
|
||||
.envrc
|
Reference in New Issue
Block a user