diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md b/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md index f596e77ac4..3ea2e5b3e8 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/server-deployment/how-to-deploy-word-processor-server-docker-container-in-amazon-kubernetes-service.md @@ -26,7 +26,7 @@ Let us briefly discuss each process. ## Push the Docker image to the Amazon Elastic Registry -**Step 1:** Dockerize the Word Processor Server Application with the image name [syncfusion/word-processor-server](https://hub.docker.com/r/syncfusion/word-processor-server) +**Step 1:** Build a Docker Image for the Word Processor Server Application using the image name [syncfusion/word-processor-server](https://hub.docker.com/r/syncfusion/word-processor-server) ``` docker build -t . @@ -147,4 +147,4 @@ N> Get the pod names in AWS Console or using the below AWS CLI command. kubectl get pods ``` -Finally, you can access the sample at localhost: http:///api/documenteditor/ \ No newline at end of file +Finally, you can access the sample at localhost: http://``````/api/documenteditor/ \ No newline at end of file