Skip to content

SM2000/python-flask-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy a Python Flask App on Section Tutorial

workflow status

This repo holds the sample code for usage with the tutorials hosted on Section.io's documentations.

Refer to Tutorials/Flask for detailed instructions on deploying to Section.

Build and push Python Flask image

USER=section
IMAGENAME=my-flask-app
TAG=0.0.1

docker build . --tag ghcr.io/$USER/$IMAGENAME:$TAG
docker push ghcr.io/$USER/$IMAGENAME:$TAG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages