Compare commits

..

1 Commits

Author SHA1 Message Date
Raoul Snyman 62029b9acd Getting things ready to containerize CodeSmigen
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details
- Update the Dockerfile to pull the correct package
- Update the README.rst with environment variables
- Add typing annotations
- Refactor config to be loaded via environment variables as well as a file
2023-07-28 13:07:11 -07:00
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
"""
This is the entry point for the WSGI server
"""
from pathlib import Path
from codesmidgen import make_app
application = make_app()