Skip to content

Commit

Permalink
Merge branch 'base-subproject-template' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tale152 committed Jan 9, 2022
2 parents 4483533 + d6af963 commit 5fbec57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ tasks.register<Exec>("coreDevDown"){
tasks.register<Exec>("clientDevUp"){
commandLine("docker", "run", "-d", "--rm",
"-p", "3000:3000",
"-e", "REACT_APP_PERSISTENCE_SERVICE_ADDRESS=http://localhost",
"-e", "REACT_APP_PERSISTENCE_SERVICE_PORT=80",
"-e", "REACT_APP_PERSISTENCE_SERVICE_ADDRESS=http://localhost:80",
"-e", "REACT_APP_AUTH_SERVICE_ADDRESS=http://localhost:81",
"-e", "REACT_APP_SETTINGS_SERVICE_ADDRESS=http://localhost:82",
"--name", "web-client-dev", "alessandrotalmi/brittany-web-client-dev:latest"
)
}
Expand Down

0 comments on commit 5fbec57

Please sign in to comment.