Skip to content

Commit

Permalink
Merge pull request #20 from PureStake/crystalin-fix-docker-branch
Browse files Browse the repository at this point in the history
Updates Docker to use moonbeam-tutorials branch
  • Loading branch information
crystalin committed Jul 28, 2020
2 parents 2a684f6 + f634d01 commit e53269f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ RUN apt-get update -y && \
RUN rustup target add wasm32-unknown-unknown

# Download Moonbeam repo
RUN git clone -b crystalin-moonbeam-frontier https://github.com/PureStake/moonbeam /moonbeam
RUN cd /moonbeam && git submodule init && git submodule update && \
cd vendor/frontier && git submodule init && git submodule update && \
cd ../..
RUN git clone -b moonbeam-tutorials https://github.com/PureStake/moonbeam /moonbeam
RUN cd /moonbeam && git submodule update --init --recursive

# Download rust dependencies and build the rust binary
RUN cargo build "--$PROFILE"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ Run an Ethereum compatible ~~parachain~~ (blockchain for now, until parachains a

```bash
git clone -b moonbeam-tutorials https://github.com/PureStake/moonbeam
cd moonbeam && git submodule init && git submodule update && \
cd vendor/frontier && git submodule init && git submodule update && \
cd ../..
cd moonbeam && git submodule update --init --recursive
```

### Dependencies
Expand Down

0 comments on commit e53269f

Please sign in to comment.