From 8d22d8d68c4aba5f1226ece93f5c1d70a5d99bfe Mon Sep 17 00:00:00 2001 From: titix Date: Thu, 5 Sep 2024 13:34:57 -0300 Subject: [PATCH] style: readme tabs --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a9748a7..39612e2 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Vercel will automatically deploy your project and provide a live URL. 1. **Build the Docker Image** - - From your project directory, build the Docker image by running the following command: + From your project directory, build the Docker image by running the following command: ```bash docker build -t . @@ -102,14 +102,15 @@ Vercel will automatically deploy your project and provide a live URL. 2. **Run the Docker Container** - - After the image is built, run the Docker container with the environment variables. + After the image is built, run the Docker container with the environment variables. + + ```bash + docker run -p 5173:5173 --env-file .env + ``` - ```bash - docker run -p 5173:5173 --env-file .env - ``` 3. **Access your app:** - - http://localhost:5173 + http://localhost:5173 ## Development