This commit is contained in:
Simon Bihel 2022-06-01 10:23:33 +01:00
parent 49ba3be44a
commit 7218ee7607
No known key found for this signature in database
GPG Key ID: B7013150BEAA28FD
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Publish Docker
on:
push:
branches: [ main ]
branches: [ main, fix/docker ]
release:
types: [published, created, edited]

View File

@ -14,6 +14,9 @@ COPY --from=dep_planner /siwe-oidc/recipe.json recipe.json
RUN cargo chef cook --release --recipe-path recipe.json
FROM node:16-alpine as node_builder
ENV FORTMATIC_KEY=""
ENV INFURA_ID=""
ENV PORTIS_ID=""
ADD --chown=node:node ./static /siwe-oidc/static
ADD --chown=node:node ./js/ui /siwe-oidc/js/ui
WORKDIR /siwe-oidc/js/ui