Spaces:
Sleeping
Sleeping
MVPilgrim
commited on
Commit
·
2ea2391
1
Parent(s):
21a2a62
debug
Browse files- 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/
|
|
|
42 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
43 |
|
44 |
# Command to run the application
|
45 |
+
CMD ["bash", "/app/debugDelay.sh"]
|