You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ if __name__ == '__main__':
22
22
app.run()
23
23
```
24
24
25
-
Now let's create a dockerfile for the app, we'll use an alpine linux container with an nginx web server.
25
+
Now let's create a dockerfile for the app, we'll use an Alpine Linux container with an NGINX web server. Put the following in a file named `Dockerfile`:
26
26
27
27
```Dockerfile
28
28
FROM tiangolo/uwsgi-nginx-flask:python3.6-alpine3.7
@@ -108,8 +108,10 @@ az webapp config container set --name <app_name> --resource-group FlaskApp --doc
108
108
```
109
109
110
110
Run the following command to set the port number on the site and restart it:
0 commit comments