Create flask app
Create project directory
|
|
create Dockerfile
|
|
Create main.py
|
|
Option: Run app in docker
|
|
Create Pulumi project
Create pulumi project at the same folder level
|
|
change requirements.txt
|
|
Active venv and install python modules
|
|
Modify __main__.py
|
|
container get started
|
|
Check docker
|
|
Clean up
|
|