mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2025-04-02 00:51:33 +02: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
10 lines
94 B
Plaintext
10 lines
94 B
Plaintext
node_modules
|
|
src/*.js
|
|
dist
|
|
**/*.d.ts
|
|
**/*.d.ts.map
|
|
nsecbunker.json
|
|
connection.txt
|
|
config
|
|
.env
|