Improve UI (#3)

Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
This commit is contained in:
Simon Bihel
2021-12-17 15:02:07 +00:00
committed by GitHub
parent 004ca9e764
commit 0287a60296
15 changed files with 32517 additions and 23541 deletions

View File

@@ -15,6 +15,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
FROM node:16-alpine as node_builder
ADD --chown=node:node ./static /siwe-oidc/static
ADD --chown=node:node ./js/ui/img /siwe-oidc/static/img
ADD --chown=node:node ./js/ui /siwe-oidc/js/ui
WORKDIR /siwe-oidc/js/ui
RUN npm install