Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -5,4 +5,5 @@ COPY requirements.txt .
|
|
| 5 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 6 |
COPY . .
|
| 7 |
EXPOSE 7860
|
| 8 |
-
CMD ["python", "
|
|
|
|
|
|
| 5 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 6 |
COPY . .
|
| 7 |
EXPOSE 7860
|
| 8 |
+
CMD ["python", "fixer.py"]
|
| 9 |
+
|