Update Dockerfile_Tips.md (#321)

Fix typo
This commit is contained in:
Tim Bell
2018-08-08 23:40:06 +10:00
committed by Jérôme Petazzoni
parent 3b1d5b93a8
commit 7069682c8e

View File

@@ -312,7 +312,7 @@ CMD gunicorn --bind 0.0.0.0:5000 --workers 10 counter:app
EXPOSE 5000
```
(Source: [traininghweels Dockerfile](https://github.com/jpetazzo/trainingwheels/blob/master/www/Dockerfile))
(Source: [trainingwheels Dockerfile](https://github.com/jpetazzo/trainingwheels/blob/master/www/Dockerfile))
---