configs: Update scripts and config for new ui
This commit is contained in:
parent
74e8c3801a
commit
102a0878ac
7 changed files with 44 additions and 55 deletions
|
|
@ -27,9 +27,3 @@ COPY entrypoint-frontend.sh /usr/sbin/entrypoint.sh
|
|||
VOLUME /srv/htdocs-frontend/
|
||||
|
||||
COPY --from=gobuild /go/src/srs.epita.fr/fic-server/frontend/frontend /srv/frontend
|
||||
COPY frontend/static /srv/htdocs-frontend
|
||||
|
||||
COPY frontend/static/css/glyphicon.css /srv/htdocs-frontend/css/
|
||||
COPY admin/static/fonts/* /srv/htdocs-frontend/fonts/
|
||||
COPY frontend/static/js/angular.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-frontend/js/
|
||||
COPY admin/static/js/i18n/* /srv/htdocs-frontend/js/i18n/
|
||||
|
|
|
|||
Reference in a new issue