You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apk add --no-cache git rust cargo make g++ nodejs npm
RUN git clone https://github.com/poanetwork/blockscout
WORKDIR /blockscout
RUN mix local.hex --force && mix do deps.get, local.rebar --force, deps.compile, compile
RUN cd apps/block_scout_web/assets; npm install && node_modules/webpack/bin/webpack.js --mode production; cd - && cd apps/explorer && npm install; cd -
RUN mix phx.digest
RUN cd apps/block_scout_web; mix phx.gen.cert blockscout blockscout.local; cd -