version: '2'
services:
mockserver:
command: npm run start-dev
volumes:
- ./app:/usr/src/app
ports:
- 8085:80
- 8045:4580
sass-watch:
image: node:7
command: npm run sass-watch
working_dir: /usr/src/app
volumes:
- ./app:/usr/src/app
webpack-watch:
image: node:7
command: npm run webpack-watch
working_dir: /usr/src/app
volumes:
- ./app:/usr/src/app-
Notifications
You must be signed in to change notification settings - Fork 1
neverdane/mockserver
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published