awesome-compose/angular/.docker/docker-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

12 lines
223 B
YAML

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