File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Binaries for programs and plugins
2+ bin /
23* .exe
34* .exe~
45* .dll
Original file line number Diff line number Diff line change @@ -96,9 +96,11 @@ cd golang-rest-api-template
96963 . Build and run the Docker containers
9797
9898``` bash
99- make setup && make build && make up
99+ make up
100100```
101101
102+ Please refer to the [ Makefile] ( ./Makefile ) if you need to build in the local environment.
103+
102104### Environment Variables
103105
104106You can set the environment variables in the ` .env ` file. Here are some important variables:
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ services:
66 dockerfile : Dockerfile
77 ports :
88 - 8001:8001
9- volumes :
10- - .:/app
119 depends_on :
1210 - db
1311 - mongo
You can’t perform that action at this time.
0 commit comments