From 751415570a19e71a7e4433cc430c78bbaf918e69 Mon Sep 17 00:00:00 2001 From: yamil351 Date: Tue, 27 Jun 2023 13:17:20 -0300 Subject: [PATCH] docker image uploaded and added to documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 196f5cf..dce07de 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This project is a web application developed using Node.js v16.20.1. It follows t ## Development Environment Setup To set up the development environment for this project, follow these steps: - +- [Docker File](https://hub.docker.com/repository/docker/clamshell6412/ecomerce_res_api/general) (production only) - Install Node.js v16.20.1 (or a compatible version) on your system. - Clone the project repository from [repository URL]. - Install project dependencies using npm or yarn. Run npm install or yarn install in the project root directory.