Skip to content

Commit e0815cf

Browse files
committed
delete volum mapping and update readme
1 parent 6b32a2a commit e0815cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ cd golang-rest-api-template
9696
3. 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

104106
You can set the environment variables in the `.env` file. Here are some important variables:

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)