This website requires JavaScript.
Explore
Help
Sign In
status-im
/
MyCrypto
Watch
2
Star
0
Fork
0
You've already forked MyCrypto
mirror of
https://github.com/status-im/MyCrypto.git
synced
2025-01-10 11:05:47 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
MyCrypto
/
Dockerfile
9 lines
89 B
Docker
Raw
Normal View
History
Unescape
Escape
Enforce node / npm versions, add package-lock.json (#57) * Enforce node / npm versions, add package-lock.json * Have travis respect nvmrc. Add nvmrc.
2017-07-18 20:41:17 -04:00
FROM
node:8.1.4
Docker (#40) * initial attempt at a docker based MEW for dev * add webpack dev polling which is needed when mounting on windows. https://github.com/webpack/webpack-dev-server/issues/155#issuecomment-159140735 * readme
2017-07-10 22:03:08 -05:00
WORKDIR
/usr/app
COPY
package.json .
RUN
npm install --quiet
COPY
. .
Reference in New Issue
Copy Permalink