multimodalart HF staff commited on
Commit
0943f6b
1 Parent(s): 4bc9b17

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -13,10 +13,13 @@ 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
  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
20
 
21
  #######################################
22
  # End root user section
 
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
+ RUN cat /app/web/src/pages/index.tsx
18
+
19
  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
20
 
21
  #For debugging
22
+ RUN cat /app/web/src/pages/index.tsx
23
 
24
  #######################################
25
  # End root user section