David Pilcher
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
David Pilcher created a post, Docker Entrypoint overridden causing command to be unavailable
Hi We have a docker image. It contains the VS2019 build tools. If we run interactively, it uses the entrypoint in the dockerfile and can run 'msbuild'. Our entrypoint is: ENTRYPOINT ["C:\\Program ...