feat: add cover selection workflow and docker profiles

This commit is contained in:
2025-11-11 01:49:54 +03:00
parent db7de897a0
commit 98746fab39
11 changed files with 310 additions and 53 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
.git
.gitignore
node_modules
dist
public/tesseract/*.map
Dockerfile
docker-compose.yml
docker/
server/node_modules
server/dist
.env
.env.*
*.local
coverage
tmp
.DS_Store