Files
You’ll need to create a file in your project (in addition to your files required for your page such asindex.html).
app.py
app.py as the app file. When Domino launches your app, it runs the app.py file within the container that contains your project files.
Note that port selection is flexible and port 8888 is no longer required.
Next steps
- Apps in Domino gives an overview of how apps work within the Domino ecosystem.
- Create and Publish an App has instructions on creating and publishing your Apps, customizing the App’s URL, and sharing Apps with authorized users.
- Learn more about how Apps in Domino run and what identity and permissions are used.