mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-07-12 08:39:19 +00:00
[Fix] filter riotgear-router in Dockerfile
This commit is contained in:
@@ -29,6 +29,7 @@ RUN npm install \
|
||||
! -name material-design-icons \
|
||||
! -name material-design-* \
|
||||
! -name dialog-polyfill \
|
||||
! -name riotgear-router \
|
||||
-exec rm -rf {} \; \
|
||||
&& find node_modules/material-design-* \
|
||||
-maxdepth 1 -mindepth 1 \
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<LINK href="node_modules/dialog-polyfill/dialog-polyfill.css" rel="stylesheet" type="text/css">
|
||||
<LINK href="node_modules/material-design-lite/dist/material.min.css" rel="stylesheet" type="text/css">
|
||||
<LINK href="node_modules/leaflet/dist/leaflet.css" rel="stylesheet" type="text/css">
|
||||
<LINK href="node_modules/material-design-icons/iconfont/material-icons.css" rel="stylesheet" type="text/css">
|
||||
<LINK href="style.css" rel="stylesheet" type="text/css">
|
||||
<LINK href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" rel="stylesheet" type="text/css">
|
||||
|
||||
Reference in New Issue
Block a user