From 49d8ae60a20757f822ce72f694213994da7946f1 Mon Sep 17 00:00:00 2001 From: sowmya858 <139071894+sowmya858@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:29:35 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e4c93..9657ad5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A basic tutorial on running a web app on Tomcat using Docker See tutorial here - https://www.softwareyoga.com/docker-tomact-tutorial/ # Steps -* Install [Docker](https://docs.docker.com/install/). +* Install [Docker](https://docs.docker.com/install/) * Clone this repository - $git clone https://github.com/softwareyoga/docker-tomcat-tutorial.git * cd 'docker-tomcat-tutorial' * $docker build -t mywebapp .