ricklamers / gpt-code-ui

An open source implementation of OpenAI's ChatGPT Code interpreter
MIT License
3.57k stars 447 forks source link

Update devcontainer.json #22

Closed tajkirkpatrick closed 1 year ago

tajkirkpatrick commented 1 year ago

This PR allows for the devcontainer.json file to build and run the application in a local container. The dev container forwards the Web GUI from port 8080 to the VSCode host. You can access the application ports from the Ports tab above the VSCode terminal after rebuilding and reopening the repo in a dev container.

Closes: #21

ricklamers commented 1 year ago

@tajkirkpatrick awesome! I've been fiddling with devcontainer.json but your configuration looks optimal!

tajkirkpatrick commented 1 year ago

I'm glad I could help contribute! This project is awesome and super accessible. Thanks for starting it and I look forward to seeing how it grows! Good luck!