Update README.md
Docker Deployment / docker (push) Successful in 42s

This commit is contained in:
2026-05-20 08:20:25 +00:00
parent 59f77e735e
commit 2c2ca0f5cd
+1 -1
View File
@@ -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 <code> dockerx.yml </code> 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 <code> dockerx.yml </code> and add the following steps:
```yml
name: Docker Deployment