Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -142,7 +142,7 @@ RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-proces
|
|
| 142 |
|
| 143 |
RUN echo "Done"
|
| 144 |
|
| 145 |
-
CMD ["python", "main.py", "--listen", "0.0.0.0", "--port", "7860", "--output-directory", "
|
| 146 |
|
| 147 |
|
| 148 |
|
|
|
|
| 142 |
|
| 143 |
RUN echo "Done"
|
| 144 |
|
| 145 |
+
CMD ["python", "main.py", "--listen", "0.0.0.0", "--port", "7860", "--output-directory", "/data/"]
|
| 146 |
|
| 147 |
|
| 148 |
|