Can't copy dist folder to nginx docker container
I know my question might be too simple but as i'm not a Docker expert, i'm kinda stuck with it the follow is my docker configs 1- docker-compose.yml version: "3.4" services: angular: build: context: . dockerfile: docker/staging/angular.dockerfile ports: - '4200:4200'…