2020-03-05 19:28:57 +01:00
|
|
|
services:
|
2020-03-06 16:36:03 +01:00
|
|
|
web:
|
2022-07-01 13:50:17 -04:00
|
|
|
build:
|
|
|
|
|
context: angular
|
|
|
|
|
target: builder
|
2020-03-05 19:28:57 +01:00
|
|
|
ports:
|
2020-03-24 00:36:46 +01:00
|
|
|
- 4200:4200
|
2020-03-05 19:28:57 +01:00
|
|
|
volumes:
|
2020-03-24 00:36:46 +01:00
|
|
|
- ./angular:/project
|
|
|
|
|
- /project/node_modules
|