mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2025-03-17 13:22:54 +01:00
- 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
21 lines
178 B
Plaintext
21 lines
178 B
Plaintext
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
|