Spaces:
Running
Running
Update Dockerfile
Browse files- 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 && \
|