You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,20 @@ $ ./start.sh
48
48
$ ./stop.sh
49
49
```
50
50
51
+
#### Clean docker env
52
+
Incase if you encounter any issue in the servers you can run the clean script to clean all docker containers and db.
53
+
```bash
54
+
$ ./clean.sh
55
+
```
56
+
> NOTE: In some cases that some containers are not cleaned/removed you need to restart, stopped or kill your docker process in your system or manually remove those images/containers.
57
+
58
+
59
+
#### Database seeeding
60
+
Incase if you add and seed the database you run this script only if mysql db server (or after the exeucution of ./start.sh) is up and running
0 commit comments