MVPilgrim commited on
Commit
2ea2391
·
1 Parent(s): 21a2a62
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,4 +42,4 @@ COPY . /app
42
  RUN pip3 install --no-cache-dir -r requirements.txt
43
 
44
  # Command to run the application
45
- CMD ["bash", "/app/delaydebug.sh"]
 
42
  RUN pip3 install --no-cache-dir -r requirements.txt
43
 
44
  # Command to run the application
45
+ CMD ["bash", "/app/debugDelay.sh"]