mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-25 14:39:54 +03:00
fix: add default favicon for the project: X/DNA from my signature.
closes #146
This commit is contained in:
parent
887e77f2f1
commit
6b012cc8fd
11 changed files with 12 additions and 3 deletions
|
@ -4,4 +4,5 @@
|
|||
!nginx
|
||||
!src
|
||||
!package.json
|
||||
!gulpfile.js
|
||||
!gulpfile.js
|
||||
!favicon.ico
|
|
@ -18,4 +18,5 @@ LABEL maintainer="Jones MAGLOIRE @Joxit"
|
|||
|
||||
WORKDIR /usr/share/nginx/html/
|
||||
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY favicon.ico /usr/share/nginx/html/
|
|
@ -24,3 +24,4 @@ COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|
|||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY dist/scripts/docker-registry-ui-static.js /usr/share/nginx/html/scripts/docker-registry-ui.js
|
||||
COPY bin/entrypoint /docker-entrypoint.d/90-docker-registry-ui.sh
|
||||
COPY favicon.ico /usr/share/nginx/html/
|
||||
|
|
|
@ -19,3 +19,4 @@ LABEL maintainer="Jones MAGLOIRE @Joxit"
|
|||
WORKDIR /usr/share/nginx/html/
|
||||
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY favicon.ico /usr/share/nginx/html/
|
||||
|
|
|
@ -24,3 +24,4 @@ COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|
|||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY dist/scripts/docker-registry-ui-static.js /usr/share/nginx/html/scripts/docker-registry-ui.js
|
||||
COPY bin/entrypoint /docker-entrypoint.d/90-docker-registry-ui.sh
|
||||
COPY favicon.ico /usr/share/nginx/html/
|
||||
|
|
|
@ -19,3 +19,4 @@ LABEL maintainer="Jones MAGLOIRE @Joxit"
|
|||
WORKDIR /usr/share/nginx/html/
|
||||
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY favicon.ico /usr/share/nginx/html/
|
||||
|
|
|
@ -24,3 +24,4 @@ COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|
|||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY dist/scripts/docker-registry-ui-static.js /usr/share/nginx/html/scripts/docker-registry-ui.js
|
||||
COPY bin/entrypoint /docker-entrypoint.d/90-docker-registry-ui.sh
|
||||
COPY favicon.ico /usr/share/nginx/html/
|
||||
|
|
|
@ -19,3 +19,4 @@ LABEL maintainer="Jones MAGLOIRE @Joxit"
|
|||
WORKDIR /usr/share/nginx/html/
|
||||
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY favicon.ico /usr/share/nginx/html/
|
||||
|
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 296 KiB |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docker-registry-ui",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"scripts": {
|
||||
"build": "./node_modules/gulp/bin/gulp.js build",
|
||||
"build:electron": "npm run build && cd examples/electron && npm install && npm run dist"
|
||||
|
|
|
@ -24,3 +24,4 @@ COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|
|||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY dist/scripts/docker-registry-ui-static.js /usr/share/nginx/html/scripts/docker-registry-ui.js
|
||||
COPY bin/entrypoint /docker-entrypoint.d/90-docker-registry-ui.sh
|
||||
COPY favicon.ico /usr/share/nginx/html/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue