mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 23:19:54 +03:00
fix(entrypoint): nginx crashes when overriding default.conf
fixes #247 closes #251
This commit is contained in:
parent
1939b47677
commit
c84c9f36e6
7 changed files with 10 additions and 8 deletions
|
@ -23,7 +23,7 @@ ENV NGINX_LISTEN_PORT '80'
|
|||
ENV SHOW_CATALOG_NB_TAGS 'false'
|
||||
|
||||
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY bin/entrypoint /docker-entrypoint.d/90-docker-registry-ui.sh
|
||||
COPY bin/90-docker-registry-ui.sh /docker-entrypoint.d/90-docker-registry-ui.sh
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY favicon.ico /usr/share/nginx/html/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue