Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ RUN chown -R user:user /app || true
|
|
5 |
RUN chown -R user:user /var || true
|
6 |
RUN chown -R user:user /run || true
|
7 |
|
8 |
-
RUN sed -i '/<Nav \/>/!b;n;a\<div
|
9 |
RUN cd /app/web && npm run build
|
10 |
|
11 |
#######################################
|
|
|
5 |
RUN chown -R user:user /var || true
|
6 |
RUN chown -R user:user /run || true
|
7 |
|
8 |
+
RUN sed -i '/<Nav \/>/!b;n;a\<div className="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
|
9 |
RUN cd /app/web && npm run build
|
10 |
|
11 |
#######################################
|