[성현모] VPKI 프로젝트 Import
This commit is contained in:
11
Projects/VPKI/Tools/Tools_Docker_Build.VPKI.WebApi.bat
Normal file
11
Projects/VPKI/Tools/Tools_Docker_Build.VPKI.WebApi.bat
Normal file
@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
|
||||
cd ../VPKI
|
||||
|
||||
::dotnet 빌드
|
||||
dotnet build ..\VPKI\VPKI.Web.Api\VPKI.Web.Api.csproj
|
||||
|
||||
::도커 빌드
|
||||
docker build -f ..\VPKI\VPKI.Web.Api\Dockerfile . -t vpki.web.api
|
||||
|
||||
timeout /t 3
|
||||
Reference in New Issue
Block a user