Skip to content

Commit c335258

Browse files
Error updated in Readme
1 parent f76d4be commit c335258

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,21 +355,21 @@ ___
355355

356356
### EXECUTION INSTRUCTIONS
357357

358-
#### EXECUTION INSTRUCTIONS TO DOCKERIZE THE APP
358+
#### DOCKERIZED APP EXECUTION
359359

360360
Firstly, install Docker in your computer. (You can download this program on: https://www.docker.com/get-started/)
361361
Next, open command console. Change your working directory to the file where docker-compose.yml is. (/docker)
362362
Execute
363363

364364
```$ docker-compose up```
365365

366-
Once the app is running, open in your browser on https://localhost:8443/
366+
Once the app is running, open it in your browser on https://localhost:8443/
367367

368368
#### DOCKER IMAGE CONSTRUCTION
369369

370-
You need to log in to DockerHub before you execute the create_image.sh script. This script creates the new image and pushes it to DockerHub.
370+
You need to log in to DockerHub before you execute the create_image.sh script (/docker). This script creates the new image and pushes it to DockerHub.
371371

372-
Create an account in DockerHub and execute in your command console:
372+
Create an account in DockerHub (https://hub.docker.com/signup) and execute in your command console:
373373

374374
``` $ docker login ```
375375

0 commit comments

Comments
 (0)