feat: cleanup docker setup
- Add .dockerignore - Replace .env with .env.example - Add migrations service - Cleanup Dockerfile: simpler setup, simpler copy, no migrations inside the image - Update README to match new instruction
This commit is contained in:
parent
c92b169435
commit
1d4251c23e
6 changed files with 90 additions and 46 deletions
20
.dockerignore
Normal file
20
.dockerignore
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
node_modules/
|
||||
.env
|
||||
.git/
|
||||
.gitignore
|
||||
.npmrc
|
||||
.dockerignore
|
||||
.DS_Store
|
||||
npm-debug.log
|
||||
logs/
|
||||
tmp/
|
||||
coverage/
|
||||
dist/
|
||||
*.md
|
||||
*.tar.gz
|
||||
*.zip
|
||||
Dockerfile
|
||||
|
||||
nsecbunker.json
|
||||
connection.txt
|
||||
config
|
||||
Loading…
Add table
Add a link
Reference in a new issue