We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b32a2a commit e0815cfCopy full SHA for e0815cf
README.md
@@ -96,9 +96,11 @@ cd golang-rest-api-template
96
3. Build and run the Docker containers
97
98
```bash
99
-make setup && make build && make up
+make up
100
```
101
102
+Please refer to the [Makefile](./Makefile) if you need to build in the local environment.
103
+
104
### Environment Variables
105
106
You can set the environment variables in the `.env` file. Here are some important variables:
docker-compose.yml
@@ -6,8 +6,6 @@ services:
6
dockerfile: Dockerfile
7
ports:
8
- 8001:8001
9
- volumes:
10
- - .:/app
11
depends_on:
12
- db
13
- mongo
0 commit comments