File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -355,21 +355,21 @@ ___
355
355
356
356
### EXECUTION INSTRUCTIONS
357
357
358
- #### EXECUTION INSTRUCTIONS TO DOCKERIZE THE APP
358
+ #### DOCKERIZED APP EXECUTION
359
359
360
360
Firstly, install Docker in your computer. (You can download this program on: https://www.docker.com/get-started/ )
361
361
Next, open command console. Change your working directory to the file where docker-compose.yml is. (/docker)
362
362
Execute
363
363
364
364
``` $ docker-compose up ```
365
365
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/
367
367
368
368
#### DOCKER IMAGE CONSTRUCTION
369
369
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.
371
371
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:
373
373
374
374
``` $ docker login ```
375
375
You can’t perform that action at this time.
0 commit comments