Revert "try resolve build context path not present by copying empty web dir"

This reverts commit c7dc0f6b87.
This commit is contained in:
Collin M. Barrett 2019-12-07 16:57:36 -06:00
parent c7dc0f6b87
commit b0853a53ad
2 changed files with 4 additions and 1 deletions

View file

@ -59,7 +59,6 @@ steps:
Contents: |
docker-compose.yml
docker-compose.prod.yml
web # hack for deploy since dc pull and up still check for existence of build context dir
TargetFolder: "$(Build.ArtifactStagingDirectory)"
CleanTargetFolder: true
OverWrite: true

View file

@ -7,3 +7,7 @@ services:
volumes:
- ./ops/nginx/conf.d:/etc/nginx/conf.d:ro
- ~/cert:/etc/nginx/cert:ro
web:
build:
context: .