ykdojo / kaguya

A ChatGPT plugin that allows you to load and edit your local files in a controlled way, as well as run any Python, JavaScript, and bash script.
http://kaguya.ai/
MIT License
1.2k stars 191 forks source link

Added npm install step to Dockerfile #9

Closed ykdojo closed 1 year ago

ykdojo commented 1 year ago

This PR adds a step to the Dockerfile to copy the package.json and package-lock.json files into the Docker image and run npm install. This ensures that all necessary Node.js dependencies, including the 'next' package, are installed in the Docker container. This resolves an issue where the 'next' command was not found when running the Docker container.