Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 422 Bytes

docker.md

File metadata and controls

21 lines (11 loc) · 422 Bytes

To simplify hosting, or running locally, the project can be bundled and run in a docker container.

Steps:

  • Pull docker reference label

  • build container

** update .env file with API and ORG keys.

** docker build . -t chatgpt

  • run service ** docker run -p 8080:3000 -d chatgpt

** API key is optional, UI will prompt if missing

NOTE: API key is passed to the browser.