angular: add dev envs configuration

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman
2022-07-01 13:50:17 -04:00
parent ecef5caea7
commit f00ca36c26
6 changed files with 45 additions and 19 deletions

View File

@@ -0,0 +1,11 @@
services:
web:
build:
context: angular
target: dev-envs
ports:
- 4200:4200
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./angular:/project
- /project/node_modules