mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-29 20:25:43 +08:00
WIP: renaming blockstore to blockstack
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -3,13 +3,13 @@ FROM ubuntu:14.04
|
||||
RUN apt-get -y update && apt-get -y install python-setuptools python-dev git-core build-essential
|
||||
RUN easy_install -U pip
|
||||
|
||||
RUN mkdir -p /root/blockstore
|
||||
RUN git clone https://github.com/namesystem/blockstore.git /root/blockstore
|
||||
RUN mkdir -p /root/blockstack
|
||||
RUN git clone https://github.com/namesystem/blockstack.git /root/blockstack
|
||||
|
||||
WORKDIR /root/blockstore
|
||||
WORKDIR /root/blockstack
|
||||
RUN pip install --upgrade -r requirements.txt
|
||||
RUN pip install blockstore
|
||||
RUN pip install blockstack
|
||||
|
||||
EXPOSE 6264
|
||||
|
||||
CMD blockstored start
|
||||
CMD blockstackd start
|
||||
|
||||
Reference in New Issue
Block a user