We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb7d91 commit a0f5010Copy full SHA for a0f5010
example-flask-python3.6-index/docker-compose.override.yml
@@ -5,7 +5,7 @@ services:
5
- ./app:/app
6
ports:
7
- "80:80"
8
- # command: python main.py
+ command: python main.py
9
# command: bash
10
# Infinite loop, to keep it alive, for debugging
11
- command: bash -c "while true; do echo 'sleeping...' && sleep 10; done"
+ # command: bash -c "while true; do echo 'sleeping...' && sleep 10; done"
0 commit comments