Closed mirarifhasan closed 1 year ago
Someone is attempting to deploy a commit to a Personal Account owned by @whoiskatrin on Vercel.
@whoiskatrin first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
sql-translator | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Mar 23, 2023 at 0:59AM (UTC) |
Description
This PR adds a
Dockerfile
and adocker-compose.yml
file to the project, enabling developers to quickly set up and run the application in a Docker container.To use the Docker containers, simply run
docker-compose up
in the project directory. The containers will be built and started, and the application will be available athttp://localhost:3000
Detailed project startup process
Clone the repository:
Input your OPENAI API key in the
.env.production
file, you can get your API key here:Start the development server:
Additional Information
Please review and let me know if there are any issues or suggestions for improvement.