2020-03-05 18:28:57 +00:00
|
|
|
services:
|
2020-03-06 15:36:03 +00:00
|
|
|
web:
|
2022-07-01 17:50:17 +00:00
|
|
|
build:
|
|
|
|
context: angular
|
|
|
|
target: builder
|
2020-03-05 18:28:57 +00:00
|
|
|
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
|