Skip to content

Commit 97df9cd

Browse files
committed
Improve build instructions
1 parent 65161bc commit 97df9cd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

config_local.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
web_server_port = 5001
1+
web_server_port = 5000
22
gitopia_grpc_url = "localhost:9090"
33
git_dir = "/var/repos"
44
attachment_dir = "/var/attachments"

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gitopia services for [gitopia](https://gitopia.org/)
66

77
### Build
88

9+
By default, git-server is built with local configurations. If you want to build with `PRODUCTION` or `DEVELOPMENT` configurations, pass a build arg `ENV` with respective value.
910
```
1011
docker build . --build-arg USER=<USER> \
1112
--build-arg PERSONAL_ACCESS_TOKEN=<PERSONAL_ACCESS_TOKEN> \

0 commit comments

Comments
 (0)