Skip to content

Commit

Permalink
Update back to docker_rosetta config
Browse files Browse the repository at this point in the history
  • Loading branch information
syuan100 committed Jul 30, 2021
1 parent 54fd493 commit 3cc13c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ RUN git clone https://github.com/syuan100/blockchain-node \

WORKDIR /usr/src/blockchain-node

RUN ./rebar3 as devib tar
RUN ./rebar3 as docker_rosetta tar
RUN mkdir -p /opt/blockchain-node-build \
&& tar -zxvf _build/devib/rel/*/*.tar.gz -C /opt/blockchain-node-build
&& tar -zxvf _build/docker_rosetta/rel/*/*.tar.gz -C /opt/blockchain-node-build

####
FROM erlang:22.3.2-alpine as rosetta-builder
Expand Down

0 comments on commit 3cc13c1

Please sign in to comment.