Skip to content

Commit a0f5010

Browse files
committed
Make Docker Compose override by default just call Python
1 parent cfb7d91 commit a0f5010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example-flask-python3.6-index/docker-compose.override.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
- ./app:/app
66
ports:
77
- "80:80"
8-
# command: python main.py
8+
command: python main.py
99
# command: bash
1010
# Infinite loop, to keep it alive, for debugging
11-
command: bash -c "while true; do echo 'sleeping...' && sleep 10; done"
11+
# command: bash -c "while true; do echo 'sleeping...' && sleep 10; done"

0 commit comments

Comments
 (0)