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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ We've setup the network and image files for you in the `./api` and `./database`
72
72
73
73
*`docker:start`: Will pull, build and start the images.
74
74
*`docker:stop`: Will stop the containers if they are running.
75
-
*`docker:remove`: Will remove the built images. To make any changes to the database schema (`./database/database-schema.sql`), the image needs to be __removed and rebuilt__.
75
+
*`docker:remove`: Will remove the built images. To make any changes to the built database schema (`./database/database-schema.sql`), the image needs to be __removed and rebuilt__.
76
76
*`docker:reset`: Will run the above scripts to reset if they are already running.
77
77
78
78
Some important addresses that you can use on your local host:
0 commit comments