tinyphone/distribution/docker
Kinshuk Bairagi 5b87c6438e
Windows-2019 + VS2019 Changes (#53)
- Use windows-2019 for win github ci
- Use scoop/devel
- Update Boost to 1.74.0 (boost_1_74_0-msvc-14.2-32.exe)
- Update VS Project to 2019
- Update WindowsTargetPlatformVersion to 10.0
- Update PlatformToolset to v142
2022-04-21 19:53:42 +05:30
..
.dockerignore rename build to dist/docker 2019-11-19 17:18:09 +05:30
Dockerfile.base Windows-2019 + VS2019 Changes (#53) 2022-04-21 19:53:42 +05:30
Install.cmd rename build to dist/docker 2019-11-19 17:18:09 +05:30
README.md Windows-2019 + VS2019 Changes (#53) 2022-04-21 19:53:42 +05:30
release.ps1 Windows-2019 + VS2019 Changes (#53) 2022-04-21 19:53:42 +05:30

Build Docker Image

docker build  -f Dockerfile.base -m 2G -t tinyphone_base  .

Run Docker Build

sed -i 's/$env:CodeDir/C:\\Code\\tinyphone/g' ./distribution/docker/release.ps1
cat ./distribution/docker/release.ps1 | docker run -v ${PWD}:"C:\Code\tinyphone" -i tinyphone_base