angular: add dev envs configuration
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
11
angular/.docker/docker-compose.yaml
Normal file
11
angular/.docker/docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user