mirror of
https://github.com/docker/compose.git
synced 2025-07-21 04:34:38 +02:00
Fix readme formatting
This commit is contained in:
parent
5b1fd64708
commit
0a92cbfa4d
@ -76,7 +76,8 @@ def hello():
|
|||||||
return 'Hello World! I have been seen %s times.' % redis.get('hits')
|
return 'Hello World! I have been seen %s times.' % redis.get('hits')
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(host="0.0.0.0", debug=True)```
|
app.run(host="0.0.0.0", debug=True)
|
||||||
|
```
|
||||||
|
|
||||||
We define our Python dependencies in a file called `requirements.txt`:
|
We define our Python dependencies in a file called `requirements.txt`:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user