Browse Source
Merge pull request #73 from colinin/3.1
fix apigateway-admin build scripts failed to copy Dockerfile
pull/81/head
cKey
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
aspnet-core/services/start-apigateway-admin.bat
|
|
|
@ -14,7 +14,7 @@ if '%1' equ '' goto run |
|
|
|
|
|
|
|
:publish |
|
|
|
dotnet publish -c Release -o ..\..\Publish\apigateway-admin --no-cache --no-restore |
|
|
|
copy Dockerfile ..\..\Publish\apigateway-admin \Dockerfile |
|
|
|
copy Dockerfile ..\..\Publish\apigateway-admin\Dockerfile |
|
|
|
exit |
|
|
|
|
|
|
|
:run |
|
|
|
|