interim checkin
about to try an experiment.
This commit is contained in:
parent
9c182a3fae
commit
5f3b78b4ed
@ -11,3 +11,17 @@ services:
|
|||||||
- ~\msvsmon:C:\msvsmon:ro
|
- ~\msvsmon:C:\msvsmon:ro
|
||||||
labels:
|
labels:
|
||||||
- "com.microsoft.visualstudio.targetoperatingsystem=windows"
|
- "com.microsoft.visualstudio.targetoperatingsystem=windows"
|
||||||
|
|
||||||
|
catalog.api:
|
||||||
|
image: eshop/catalog.api:dev
|
||||||
|
build:
|
||||||
|
args:
|
||||||
|
source: ${DOCKER_BUILD_SOURCE}
|
||||||
|
environment:
|
||||||
|
- DOTNET_USE_POLLING_FILE_WATCHER=1
|
||||||
|
volumes:
|
||||||
|
- ../../Services/Catalog/Catalog.API:C:\app
|
||||||
|
- ~\msvsmon:C:\msvsmon:ro
|
||||||
|
entrypoint: tail -f /dev/null
|
||||||
|
labels:
|
||||||
|
- "com.microsoft.visualstudio.targetoperatingsystem=windows"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user