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
Simple_Not 76f505af06
All checks were successful
continuous-integration/drone/push Build is passing
docker
2022-10-20 02:59:49 +10:00

8 lines
133 B
YAML

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