awesome-compose/angular/compose.yaml
Milas Bowman f00ca36c26 angular: add dev envs configuration
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-07-01 13:50:58 -04:00

11 lines
172 B
YAML

services:
web:
build:
context: angular
target: builder
ports:
- 4200:4200
volumes:
- ./angular:/project
- /project/node_modules