healthcheck available at /health route
python -m venv envsource env/bin/activatepip install -r requirements.txtflask run
docker build -t app .docker run -p 5000:5000 app
docker compose up --build
| Name | Name | Last commit date | ||
|---|---|---|---|---|
healthcheck available at /health route
python -m venv envsource env/bin/activatepip install -r requirements.txtflask rundocker build -t app .docker run -p 5000:5000 appdocker compose up --build