Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM tiangolo/uwsgi-nginx-flask:python3.6-alpine3.7

ENV LISTEN_PORT=8000
EXPOSE 8000

COPY /app /app
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Python Flask app on Azure App Service Web
# Python Flask app on Azure Web App for Containers

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

This repository can directly be deployed to Azure App Service.

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).
For more information, please see the [Python on App Service Quickstart docs](https://docs.microsoft.com/en-us/azure/app-service/containers/quickstart-python).

# Contributing

Expand Down
File renamed without changes.
122 changes: 0 additions & 122 deletions ptvs_virtualenv_proxy.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

46 changes: 0 additions & 46 deletions web.2.7.config

This file was deleted.

44 changes: 0 additions & 44 deletions web.3.4.config

This file was deleted.