Skip to content

Commit

Permalink
🚧 changes in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
starwiz-7 committed Jun 15, 2023
1 parent 05372d1 commit 97c4760
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ FROM node:16-alpine as node_builder
# Reference https://github.com/mhart/alpine-node/issues/27#issuecomment-880663905
RUN apk add --no-cache --virtual .build-deps alpine-sdk python3

ENV FORTMATIC_KEY=""
ENV INFURA_ID=""
ENV PORTIS_ID=""

RUN --mount=type=secret,id=INFURA_ID \
export INFURA_ID=$(cat /run/secrets/INFURA_ID)

ENV FORTMATIC_KEY=""
ENV PORTIS_ID=""


ADD --chown=node:node ./static /siwe-oidc/static
ADD --chown=node:node ./js/ui /siwe-oidc/js/ui
Expand Down

0 comments on commit 97c4760

Please sign in to comment.