Skip to content

bpradipt/sampleflaskapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code is a fork of the following code and is used to demonstrate dockerized deployment. Explanation of the code is provided here

#Build docker build -t flaskapp .

For building it on PowerPC LE platform do this docker build -t ppc64le/flaskapp -f Dockerfile.ppc64le .

#Run docker run -itd -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DB=test --link mysql:db -p 8080:80 flaskapp

#MySQL DB Setup Refer to db_setup file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.8%
  • Python 31.4%
  • CSS 4.6%
  • JavaScript 3.2%