init
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
FROM gabekangas/owncast:latest
|
||||||
|
WORKDIR /app
|
||||||
|
COPY logo.svg /app/webroot/img/
|
||||||
|
COPY logo.png /app/webroot/img/
|
||||||
|
COPY *.png /app/webroot/img/favicon/
|
||||||
|
CMD ["/app/owncast"]
|
BIN
android-icon-192x192.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
favicon-16x16.png
Normal file
After Width: | Height: | Size: 704 B |
BIN
favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
favicon-96x96.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
logo.png
Normal file
After Width: | Height: | Size: 520 KiB |
17
logo.svg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
ms-icon-144x144.png
Normal file
After Width: | Height: | Size: 9.3 KiB |