Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -43,4 +43,4 @@ EXPOSE 7860
|
|
| 43 |
RUN chmod +x run.sh
|
| 44 |
ENV LC_ALL=C.utf8
|
| 45 |
# CMD to run your script
|
| 46 |
-
CMD
|
|
|
|
| 43 |
RUN chmod +x run.sh
|
| 44 |
ENV LC_ALL=C.utf8
|
| 45 |
# CMD to run your script
|
| 46 |
+
CMD /app/run.sh
|