mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +03:00
inject manifest attribute after building
This commit is contained in:
parent
6b06e73c0a
commit
d22419d9f2
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ RUN sed -i 's/\r$//g' docker-entrypoint.sh && \
|
|||
|
||||
COPY app ./app
|
||||
COPY --from=builder /metube/dist/metube ./ui/dist/metube
|
||||
RUN sed -i 's/webmanifest"/webmanifest" crossorigin="use-credentials"/' ./ui/dist/metube/index.html
|
||||
|
||||
ENV UID=1000
|
||||
ENV GID=1000
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<meta name="msapplication-config" content="assets/icons/browserconfig.xml">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<link rel="manifest" href="manifest.webmanifest" crossorigin="use-credentials">
|
||||
<link rel="manifest" href="manifest.webmanifest">
|
||||
<meta name="theme-color" content="#212529">
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue