Restructuring docker project

This commit is contained in:
DomySh
2022-06-12 22:28:16 +02:00
parent 67e5014d78
commit cff484a976
58 changed files with 357 additions and 407 deletions

26
.dockerignore Executable file
View File

@@ -0,0 +1,26 @@
Dockerfile
docker-compose.yml
**/*.pyc
**/__pycache__/
/.vscode/
#Node filters
/frontend/node_modules
# testing
/frontend/coverage
# production
/frontend/build
# misc
**/.DS_Store
**/.env.local
**/.env.development.local
**/.env.test.local
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*