rm command from compose
parent
25b97d8a79
commit
8a96d5c2c2
|
@ -7,7 +7,6 @@ services:
|
|||
context: .
|
||||
volumes:
|
||||
- .:C:/source/
|
||||
command: msbuild .
|
||||
|
||||
winxp_build:
|
||||
image: winxp_build
|
||||
|
@ -16,4 +15,3 @@ services:
|
|||
dockerfile: winxp.Dockerfile
|
||||
volumes:
|
||||
- .:C:/source/
|
||||
command: msbuild .
|
||||
|
|
Loading…
Reference in New Issue