mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-10 02:55:41 +00:00
52cbdfbd0f
* 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
10 lines
161 B
YAML
10 lines
161 B
YAML
version: '2'
|
|
services:
|
|
web:
|
|
build: .
|
|
command: npm run dev
|
|
volumes:
|
|
- .:/usr/app/
|
|
- /usr/app/node_modules
|
|
ports:
|
|
- "3000:3000" |