Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 89b9ca3

Browse files
committed
script update
1 parent d36b869 commit 89b9ca3

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ There are several ways we can help you out.
103103
## v1.2
104104

105105
- Docker support
106+
- Available at Docker Hub
106107
- IdentityServer4 v2 (release 2.4.0)
107108
- Device flow
108109
- ASP.NET Core 2.2 support

build/docker-run.bat

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
@echo off
2-
update-host.bat
1+
pause
2+
start /shared update-host.bat
33

44
ECHO Running compose
5-
docker-compose up
5+
docker-compose up
6+
PAUSE

build/docker-windows.zip

1.25 KB
Binary file not shown.

build/update-host.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ FIND /C /I "jpproject" %WINDIR%\system32\drivers\etc\hosts
99
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%>>%WINDIR%\system32\drivers\etc\hosts
1010
IF %ERRORLEVEL% NEQ 0 ECHO 127.0.0.1 jpproject>>%WINDIR%\system32\drivers\etc\hosts
1111
ECHO Finished
12-
GOTO END
13-
14-
:END
1512
ECHO.

0 commit comments

Comments
 (0)