2020-03-05 19:28:57 +01:00
|
|
|
version: "3.7"
|
|
|
|
services:
|
2020-03-06 16:36:03 +01:00
|
|
|
web:
|
2020-03-05 19:28:57 +01:00
|
|
|
build: angular
|
|
|
|
ports:
|
2020-03-24 00:36:46 +01:00
|
|
|
- 4200:4200
|
2020-03-05 19:28:57 +01:00
|
|
|
volumes:
|
2020-03-24 00:36:46 +01:00
|
|
|
- ./angular:/project
|
|
|
|
- /project/node_modules
|