wynai commited on
Commit
f451020
·
verified ·
1 Parent(s): c440e3c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ COPY icon.png /app/build/static/splash-dark.png
12
  COPY icon.png /app/build/static/splash.png
13
  COPY icon.png /app/build/static/web-app-manifest-192x192.png
14
  COPY icon.png /app/build/static/web-app-manifest-512x512.png
 
15
 
16
  RUN find /app/build -type f -exec sed -i 's/Open WebUI/WynGPT/g' {} + || true && \
17
  find /app/build -type f -exec sed -i 's/OpenWebUI/WynGPT/g' {} + || true && \
 
12
  COPY icon.png /app/build/static/splash.png
13
  COPY icon.png /app/build/static/web-app-manifest-192x192.png
14
  COPY icon.png /app/build/static/web-app-manifest-512x512.png
15
+ COPY custom.css /app/build/static/custom.css
16
 
17
  RUN find /app/build -type f -exec sed -i 's/Open WebUI/WynGPT/g' {} + || true && \
18
  find /app/build -type f -exec sed -i 's/OpenWebUI/WynGPT/g' {} + || true && \