add initial Docker setup with .dockerignore, Dockerfile, docker-compose.yml, and deployment script
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
**/node_modules
|
||||
server/data.db
|
||||
server/data.db-wal
|
||||
server/data.db-shm
|
||||
**/*.log
|
||||
agent
|
||||
docs
|
||||
*.bat
|
||||
Reference in New Issue
Block a user