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
- In a terminal, make sure you are inside `springboot-react-basic-auth` root folder
64
63
65
-
- Run the following command to start docker-compose containers
64
+
- Run the following command to start dockercompose containers
66
65
```
67
-
docker-compose up -d
66
+
dockercompose up -d
68
67
```
69
68
70
69
## Running book-app using Maven & Npm
@@ -236,9 +235,9 @@ On [ivangfr.github.io](https://ivangfr.github.io), I have compiled my Proof-of-C
236
235
237
236
- To stop `book-api` and `book-ui`, go to the terminals where they are running and press `Ctrl+C`
238
237
239
-
- To stop and remove docker-compose containers, network and volumes, go to a terminal and, inside `springboot-react-basic-auth` root folder, run the command below
238
+
- To stop and remove dockercompose containers, network and volumes, go to a terminal and, inside `springboot-react-basic-auth` root folder, run the command below
240
239
```
241
-
docker-compose down -v
240
+
dockercompose down -v
242
241
```
243
242
244
243
## How to upgrade book-ui dependencies to latest version
0 commit comments