Изменил(а) на 'docker-compose.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hogweed1 2022-11-04 07:08:32 -04:00
parent a34220156d
commit 5d6360743f

View File

@ -5,4 +5,5 @@ services:
container_name: ng-dvach container_name: ng-dvach
build: . build: .
ports: ports:
- "4200:4200" - "4200:4200"
restart: always