Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ RUN pip install -r /code/requirements.txt
|
|
19 |
|
20 |
RUN chmod +x /code/start.sh
|
21 |
|
22 |
-
CMD ["
|
|
|
19 |
|
20 |
RUN chmod +x /code/start.sh
|
21 |
|
22 |
+
CMD ["./start.sh"]
|