Spaces:
Runtime error
Runtime error
YosrAbbassi
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ RUN pip install --no-cache-dir gradio==1.7.7
|
|
17 |
COPY . .
|
18 |
|
19 |
# Run app.py when the container launches
|
20 |
-
CMD ["python", "
|
|
|
17 |
COPY . .
|
18 |
|
19 |
# Run app.py when the container launches
|
20 |
+
CMD ["python", "app.py"]
|