This repository has been archived on 2023-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
Angular_App/docker-compose.yml
hogweed1 5d6360743f
All checks were successful
continuous-integration/drone/push Build is passing
Изменил(а) на 'docker-compose.yml'
2022-11-04 07:08:32 -04:00

9 lines
157 B
YAML

version: "3.7"
services:
angular-service:
container_name: ng-dvach
build: .
ports:
- "4200:4200"
restart: always