Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
siegrainwong committed Aug 1, 2019
1 parent 324d40f commit 79491b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/dev.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ docker run --rm -it `
-v F:\Projects\ancorazor\:/app/ `
-v F:\Projects\ancorazor\Ancorazor.API\appsettings.Development.docker.json:/app/Ancorazor.API/appsettings.Development.json `
-p 8088:8088 `
--link skywalking-oap `
--link mssql `
--name ancorazor_dev `
--network build_default `
--env ASPNETCORE_HOSTINGSTARTUPASSEMBLIES=SkyAPM.Agent.AspNetCore `
--env SKYWALKING__SERVICENAME=ancorazor `
-w /app/Ancorazor.API siegrainwong/aspnetcore-build:2.2-bionic dotnet watch run
2 changes: 2 additions & 0 deletions build/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
# # not work
# - ./skywalking-ui-config/webapp.prod.yml:/apache-skywalking-apm-bin/webapp/webapp.yml:ro
ancorazor:
ports:
- 8088:8088
image: siegrainwong/ancorazor:#{Build.BuildNumber}#
environment:
VIRTUAL_HOST: siegrain.wang
Expand Down

0 comments on commit 79491b3

Please sign in to comment.