feat: package docker deployment and publish flow
This commit is contained in:
19
.dockerignore
Normal file
19
.dockerignore
Normal file
@ -0,0 +1,19 @@
|
||||
.git
|
||||
.venv
|
||||
.pytest_cache
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
data/
|
||||
runtime/cookies.json
|
||||
runtime/upload_config.json
|
||||
runtime/biliup
|
||||
runtime/codex/
|
||||
runtime/logs/
|
||||
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
|
||||
.env
|
||||
config/settings.json
|
||||
config/settings.staged.json
|
||||
Reference in New Issue
Block a user