1 Star 0 Fork 446

Mr_曾先生 / Blog.Core

forked from 老张的哲学 / Blog.Core 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
DockerBuild.bat 332 Bytes
Copy Edit Raw Blame History
MandIand authored 2021-08-24 15:21 . fix:change port from 8081 -> 9291
echo off
echo "Press B to build images, P to push to registry, any other key to cancel"
set /p op= :
if "%op%"=="B" goto build
if "%op%"=="P" goto push
exit
:build
docker rmi laozhangisphi/apkimg
docker build -f "Dockerfile" --force-rm -t laozhangisphi/apkimg .
goto end
:push
docker push laozhangisphi/apkimg
goto end
:end
pause
C#
1
https://gitee.com/zeng_ki/Blog.Core.git
git@gitee.com:zeng_ki/Blog.Core.git
zeng_ki
Blog.Core
Blog.Core
master

Search