Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 534 Bytes

File metadata and controls

18 lines (10 loc) · 534 Bytes

PythonWebApp-ImageReady

This Python Application runs a very simple website with HTML and CSS.

This repository is docker ready which means when you pull down the repo, you can easily build a docker image.

Prerequisites

  • Need Docker Installed
  • Recommend having VS Code installed

For Example:

  • Within VS Code BashShell in the current directory as the project run:

    docker build -t

  • after docker image built you can test locally or push the image to Azure Container Registry and deploy as Azure Web App