···25252626To run the site using Docker Compose, follow these steps:
27272828-1. Build and start the Docker containers:
2828+1. Build and start the Docker container:
29293030 ```sh
3131 docker compose up --build -d
3232 ```
33333434-This will build your Docker image and start the application inside a Docker container, making it accessible on port `3002`.
3434+This will build your Docker image and start the website inside a Docker container, making it accessible on port `3002`.
35353636## Deploying with Cloudflare Tunnel
3737