Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,4 +4,4 @@ COPY requirements.txt
|
|
4 |
RUN pip install -r requirements.txt
|
5 |
|
6 |
COPY . .
|
7 |
-
CMD ["
|
|
|
4 |
RUN pip install -r requirements.txt
|
5 |
|
6 |
COPY . .
|
7 |
+
CMD ["bash", "run.sh"]
|