dashboard: Fix dockerfile
This commit is contained in:
parent
36af72d616
commit
38857054ba
@ -24,7 +24,7 @@ ENTRYPOINT ["/srv/dashboard", "--bind=:8082"]
|
|||||||
VOLUME /srv/htdocs-dashboard/
|
VOLUME /srv/htdocs-dashboard/
|
||||||
|
|
||||||
COPY --from=gobuild /go/src/srs.epita.fr/fic-server/dashboard/dashboard /srv/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/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 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/
|
COPY frontend/ui/static/img/ dashboard/static/img/logo-epita-bw.png dashboard/static/img/sii.png /srv/htdocs-dashboard/img/
|
||||||
|
Loading…
Reference in New Issue
Block a user