mirror of
https://github.com/voiceip/tinyphone
synced 2026-08-07 02:26:03 -04:00
- 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 |
||
|---|---|---|
| .. | ||
| .dockerignore | ||
| Dockerfile.base | ||
| Install.cmd | ||
| README.md | ||
| release.ps1 | ||
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