mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 06:59:52 +03:00
[Fix] filter riotgear-router in Dockerfile
This commit is contained in:
parent
be386aa84c
commit
fc6d90543e
2 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue