From 71439004c829100364f05260db7dda54b639b883 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Thu, 5 Sep 2024 17:35:31 -0400 Subject: [PATCH] Update: Added nodemon and SwaggerJS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f71eeb..e964c98 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ To deploy the application: ## Containerization -This project can be containerized using Docker. First, ensure that Docker is running on your system. Then, to create a Docker image, run the following command: +This project can be containerized using Docker. First, ensure that Docker Desktop is running on your system. Then, to create a Docker image, run the following command: ```bash docker compose up --build