diff --git a/Dockerfile-dashboard b/Dockerfile-dashboard index 262351db..b1511697 100644 --- a/Dockerfile-dashboard +++ b/Dockerfile-dashboard @@ -27,6 +27,6 @@ COPY --from=gobuild /go/src/srs.epita.fr/fic-server/dashboard/dashboard /srv/das COPY dashboard/static/index.html /srv/htdocs-dashboard/ COPY dashboard/static/css/bootstrap.min.css frontend/static/css/fic.css frontend/static/css/glyphicon.css /srv/htdocs-dashboard/css/ COPY frontend/static/fonts /srv/htdocs-dashboard/fonts -COPY frontend/static/img/ dashboard/static/img/logo-epita-bw.png /srv/htdocs-dashboard/img/ +COPY frontend/static/img/ dashboard/static/img/logo-epita-bw.png dashboard/static/img/sii.png /srv/htdocs-dashboard/img/ COPY dashboard/static/js/dashboard.js frontend/static/js/angular.min.js dashboard/static/js/angular-animate.min.js frontend/static/js/angular-route.min.js frontend/static/js/angular-sanitize.min.js frontend/static/js/bootstrap.min.js frontend/static/js/common.js frontend/static/js/d3.v3.min.js frontend/static/js/jquery.min.js /srv/htdocs-dashboard/js/ COPY admin/static/js/i18n/* /srv/htdocs-dashboard/js/i18n/ diff --git a/dashboard/static/img/sii.png b/dashboard/static/img/sii.png new file mode 100644 index 00000000..bfcff3dd Binary files /dev/null and b/dashboard/static/img/sii.png differ diff --git a/dashboard/static/index.html b/dashboard/static/index.html index 7f359f4f..54f75edf 100644 --- a/dashboard/static/index.html +++ b/dashboard/static/index.html @@ -535,8 +535,9 @@