Move github source to private server

This commit is contained in:
Zin Bo Thit
2026-01-29 12:00:13 +06:30
parent 417600b23e
commit 87cc77e0fb
27 changed files with 916 additions and 381 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
.git
.gitignore
log/*
tmp/*
db/*.sqlite3
db/*.sqlite3-journal
public/assets
node_modules
.bundle
Dockerfile
docker-compose.yml
README.md
test/*
spec/*