angular: add dev envs configuration
Signed-off-by: Milas Bowman <milas.bowman@docker.com>master
parent
ecef5caea7
commit
f00ca36c26
@ -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
|
@ -0,0 +1 @@
|
|||||||
|
node_modules/
|
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
Loading…
Reference in New Issue