Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
No longer need ln blockstack in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai committed Apr 3, 2018
1 parent 20ad401 commit e80e481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ WORKDIR /src/transaction-broadcaster
# Copy files into container
COPY . .

RUN npm i && npm ln blockstack
RUN npm i

CMD ["npm", "run", "start"]

0 comments on commit e80e481

Please sign in to comment.