radames commited on
Commit
3ab99b4
·
1 Parent(s): 2562309

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "${USE_PERSISTENT_DATA:+/data/}"]
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