Skip to content

Commit 1eda8dc

Browse files
author
Ivan Franchin
committed
Rename docker-build.sh to build-docker-images.sh; Update README
1 parent 4637380 commit 1eda8dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you want to see the complete communication frontend-backend using `GraphQL`,
4747

4848
- Wait for Docker containers to be up and running. To check it, run:
4949
```
50-
docker compose ps
50+
docker ps -a
5151
```
5252

5353
## Run applications with Maven
@@ -72,7 +72,7 @@ Inside `springboot-graphql-databases`, run the following Maven commands in diffe
7272

7373
In a terminal and inside `springboot-graphql-databases` root folder, run the following script:
7474
```
75-
./docker-build.sh
75+
./build-docker-images.sh
7676
```
7777
7878
### Application's environment variables
File renamed without changes.

0 commit comments

Comments
 (0)