Skip to content

Commit 9142b28

Browse files
authored
Merge pull request #12 from cephalin/master
convert to container quickstart
2 parents 5664b62 + 40faec1 commit 9142b28

File tree

7 files changed

+9
-218
lines changed

7 files changed

+9
-218
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM tiangolo/uwsgi-nginx-flask:python3.6-alpine3.7
2+
3+
ENV LISTEN_PORT=8000
4+
EXPOSE 8000
5+
6+
COPY /app /app

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Python Flask app on Azure App Service Web
1+
# Python Flask app on Azure Web App for Containers
22

3-
This is a minimal sample app that demonstrates how to run a Python Flask application on Azure App Service Web.
3+
This is a minimal sample app that demonstrates how to run a Python Flask application on Azure Web App for Containers.
44

5-
This repository can directly be deployed to Azure App Service.
6-
7-
For more information, please see the [Python on App Service Quickstart docs](https://docs.microsoft.com/en-us/azure/app-service-web/app-service-web-get-started-python).
5+
For more information, please see the [Python on App Service Quickstart docs](https://docs.microsoft.com/en-us/azure/app-service/containers/quickstart-python).
86

97
# Contributing
108

File renamed without changes.

ptvs_virtualenv_proxy.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

web.2.7.config

Lines changed: 0 additions & 46 deletions
This file was deleted.

web.3.4.config

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)