Skip to content

Commit

Permalink
style: readme tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Sep 5, 2024
1 parent 29b81d6 commit 8d22d8d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,23 @@ 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 <app-name> .
```

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 <app-name>
```

```bash
docker run -p 5173:5173 --env-file .env <app-name>
```
3. **Access your app:**

- http://localhost:5173
http://localhost:5173

## Development

Expand Down

0 comments on commit 8d22d8d

Please sign in to comment.