-
Couldn't load subscription status.
- Fork 4
Updated docker #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: hotfix
Are you sure you want to change the base?
Updated docker #31
Conversation
…lation link format
…Dockerfile to use debian:bookworm-slim
… Docker image fix(Dockerfile): optimize Dockerfile by reordering COPY commands and adding cargo fetch step
…server and client in Docker
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
Files not reviewed (1)
- Dockerfile: Language not supported
Comments suppressed due to low confidence (1)
tests/README.md:1
- Typo found: 'direcotry' should be corrected to 'directory'.
//describe this direcotry
tests/README.md
Outdated
| Run the Server explicity using the command: | ||
|
|
Copilot
AI
Apr 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo found: 'explicity' should be corrected to 'explicitly'.
| Run the Server explicity using the command: | |
| Run the Server explicitly using the command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Files not reviewed (1)
- Dockerfile: Language not supported
tests/README.md:1
- The word 'direcotry' appears to be misspelled; consider correcting it to 'directory'.
//describe this direcotry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Files not reviewed (1)
- Dockerfile: Language not supported
Comments suppressed due to low confidence (2)
.github/workflows/testmain.yml:21
- Please confirm that downgrading from actions/checkout@v4 to v3 is intentional, as v4 offers improved performance and security.
uses: actions/checkout@v3
README.md:75
- [nitpick] Consider using a consistent code block language specifier (e.g., 'rust') across the documentation to improve clarity.
```rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@micheal-ndoh
nice contribution but i noticed some slight errors
- The git clone command uses your URL account instead of this repo
- The command to run the image also uses your account name not this repo-name as well, because your building the image with the name of this repo but when running the image, you are using but your own repo name
OK thanks let me update that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect
Updated dockerfile to use chatme binary as entry point and serve the server implicitly on running the container
Fixes #21
Fixes #22
Fixes #25