2020-03-05 18:28:57 +00:00
|
|
|
version: "3.7"
|
|
|
|
services:
|
2020-03-06 15:36:03 +00:00
|
|
|
web:
|
2020-03-05 18:28:57 +00:00
|
|
|
build: angular
|
|
|
|
ports:
|
2020-03-23 23:36:46 +00:00
|
|
|
- 4200:4200
|
2020-03-05 18:28:57 +00:00
|
|
|
volumes:
|
2020-03-23 23:36:46 +00:00
|
|
|
- ./angular:/project
|
|
|
|
- /project/node_modules
|