diff --git a/Dockerfile-dashboard b/Dockerfile-dashboard index 7b162fe3..2c049ec7 100644 --- a/Dockerfile-dashboard +++ b/Dockerfile-dashboard @@ -24,7 +24,7 @@ ENTRYPOINT ["/srv/dashboard", "--bind=:8082"] VOLUME /srv/htdocs-dashboard/ COPY --from=gobuild /go/src/srs.epita.fr/fic-server/dashboard/dashboard /srv/dashboard -COPY dashboard/static/index.html frontend/ui/static/favicon.ico /srv/htdocs-dashboard/ +COPY dashboard/static/index.html /srv/htdocs-dashboard/ COPY admin/static/css/bootstrap.min.css qa/static/css/fic.css admin/static/css/glyphicon.css /srv/htdocs-dashboard/css/ COPY admin/static/fonts /srv/htdocs-dashboard/fonts COPY frontend/ui/static/img/ dashboard/static/img/logo-epita-bw.png dashboard/static/img/sii.png /srv/htdocs-dashboard/img/