set up docker generation

This commit is contained in:
2022-10-02 17:43:55 +02:00
parent 712320fb47
commit 0b66d4ae0d
21 changed files with 447 additions and 58 deletions

6
web2mqtt/webapp.py Normal file
View File

@@ -0,0 +1,6 @@
# Entry point for the application.
from . import app # For application discovery by the 'flask' command.
from . import views # For import side-effects of setting up routes.
# Time-saver: output a URL to the VS Code terminal so you can easily Ctrl+click to open a browser
# print('http://127.0.0.1:5000/hello/VSCode')