Niv Sardi commited on
Commit
861b56b
1 Parent(s): 0acb617

Dockerfile.python: style

Browse files
Files changed (1) hide show
  1. Dockerfile.python +1 -1
Dockerfile.python CHANGED
@@ -10,5 +10,5 @@ COPY run.sh ./run
10
  RUN chmod +x run
11
  COPY python ./python
12
 
13
- CMD sh -c 'while true; do echo "🐍 waiting" ; sleep 2h; done'
14
 
 
10
  RUN chmod +x run
11
  COPY python ./python
12
 
13
+ CMD sh -c 'while true; do echo "🐍 python waiting" ; sleep 2h; done'
14