Skip to content

Commit 633fccc

Browse files
committed
update docker compose.yml
1 parent 2760e5b commit 633fccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ services:
4242
depends_on:
4343
website-analytics:
4444
condition: service_completed_successfully
45-
command: sh -c "python model_export.py && tail -f /dev/null"
46-
tty: true
47-
stdin_open: true
45+
command: python model_export.py # sh -c "python model_export.py && tail -f /dev/null"
46+
# tty: true
47+
# stdin_open: true
4848

4949
volumes:
5050
shared-data:

0 commit comments

Comments
 (0)