newturok commited on
Commit
9f745d7
1 Parent(s): f811689

expose comfy

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,3 +1,5 @@
1
  FROM runpod/stable-diffusion:comfy-ui-3.0.1
2
 
 
 
3
  CMD ["/start.sh"]
 
1
  FROM runpod/stable-diffusion:comfy-ui-3.0.1
2
 
3
+ EXPOSE 3000
4
+
5
  CMD ["/start.sh"]