This website requires JavaScript.
Explore
Help
Sign In
status-im
/
MyCrypto
mirror of
https://github.com/status-im/MyCrypto.git
Watch
2
Star
0
Fork
You've already forked MyCrypto
0
Code
Issues
Projects
Releases
Wiki
Activity
b666d0e143
MyCrypto
/
Dockerfile
9 lines
89 B
Docker
Raw
Blame
History
FROM
node:8.1.4
WORKDIR
/usr/app
COPY
package.json .
RUN
npm install --quiet
COPY
. .
Reference in New Issue
View Git Blame
Copy Permalink