New env variable FIC_BASEURL to change the base URL
This commit is contained in:
parent
74ae52ef41
commit
8f1b44e3dd
12 changed files with 161 additions and 73 deletions
|
|
@ -28,3 +28,8 @@ 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