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 app.py in the container that contains your project files.
Apps published in Domino must serve traffic on port 8888.
Next steps
- Apps in Domino gives an overview of how apps work within the Domino ecosystem.
- Create an App covers the two entry points for a new App, and why creating one no longer deploys it.
- Learn more about how Apps in Domino run and what identity and permissions are used.