From 2c2ca0f5cd61897a1d6dd952396cdd6ce44beb26 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 20 May 2026 08:20:25 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc6e953..ef887da 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ CMD ["npm", "start"] ## Containerization with Docker using GitHub Actions -Create your own GitHub Actions workflow to build your Docker image and push it to DockerHub. Name your workflow file as dockerx.yml and add the following steps: +Create your own GitHub Actions workflow to build your Docker image and push it to DockerHub.. Name your workflow file as dockerx.yml and add the following steps: ```yml name: Docker Deployment