ci(docker): containerize application and add forgejo release workflow
This commit is contained in:
parent
80ba98478b
commit
a3fd5f212e
5 changed files with 141 additions and 0 deletions
9
.dockerignore
Normal file
9
.dockerignore
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.git
|
||||
.gitignore
|
||||
.agents
|
||||
.idea
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache
|
||||
Reference in a new issue