Skip to content

Commit 2d41965

Browse files
authored
updated readme
1 parent 4dc436e commit 2d41965

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
```sh
66
## runing with docker compose
7-
docker-compose -f docker-compose.yml up -d
7+
docker-compose -f docker-compose.yml up --build
8+
# or run in background process
9+
docker-compose -f docker-compose.yml up --build -d
810
```
911
```sh
1012
app running in port 8181 ---> cek in browser

0 commit comments

Comments
 (0)