multimodalart HF Staff commited on
Commit
4bc9b17
·
verified ·
1 Parent(s): 0534240

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ USER root
13
  RUN mkdir /data && chown user:user /data
14
 
15
  RUN sed -i 's/listen \(\[::\]:\)\?80 default_server;/listen \17860 default_server;/g' /etc/nginx/nginx.conf
 
16
 
17
  #For debugging
18
  RUN cat /etc/nginx/nginx.conf
 
13
  RUN mkdir /data && chown user:user /data
14
 
15
  RUN sed -i 's/listen \(\[::\]:\)\?80 default_server;/listen \17860 default_server;/g' /etc/nginx/nginx.conf
16
+ RUN sed -i '/<Nav \/>/!b;n;a\<div class="flex flex-row space-x-5 p-5">The launcher may not work behave properly in this shared environment. <a href="https://huggingface.co/spaces/subbytech/comfyui-launcher?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg"></a> to use it privately.</div>' /app/web/src/pages/index.tsx
17
 
18
  #For debugging
19
  RUN cat /etc/nginx/nginx.conf