-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Chore [Terminal] [Chat Session] add newline - [+] chore(session.go): add newline after user's input * Switch Docker 🐳 to non-root - [+] chore(Dockerfile): optimize Dockerfile by combining COPY commands for go.mod and go.sum files - [+] feat(Dockerfile): create non-root user and switch to it for improved security - [+] feat(Dockerfile): set working directory to user's home directory - [+] feat(Dockerfile): copy pre-built binary file from previous stage to /usr/local/bin/ - [+] feat(Dockerfile): update ENTRYPOINT to use the correct binary name * Docs [README] add installation instructions - [+] docs(README.md): add installation instructions for Docker - [+] docs(README.md): add usage instructions for starting a chat session with GoGenAI - [+] docs(README.md): add environment variables section to explain API_KEY usage * Fix Docker 🐳 in Unix-System - [+] fix(Dockerfile): fix COPY command to copy the contents of /app/cmd/ directory instead of the directory itself
- Loading branch information
1 parent
a0326bc
commit d05b240
Showing
3 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters