-
Notifications
You must be signed in to change notification settings - Fork 521
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
feat: adapt Dockerfile for new project structure #2344
Conversation
RUN chmod 755 ./docker-entrypoint.sh | ||
|
||
EXPOSE 8080 | ||
VOLUME /hugegraph | ||
VOLUME /hugegraph-server | ||
|
||
ENTRYPOINT ["/usr/bin/dumb-init", "--"] | ||
CMD ["./docker-entrypoint.sh"] |
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.
also test docker stop
& docker start
here for server
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.
https://hugegraph.feishu.cn/wiki/ThvlwPUHNiCpwPkjurkcw4mBnpf
tested.
Stop and start the server the data did not change.
But if i change the server image to the new version, it stuck when loading:
Codecov Report
@@ Coverage Diff @@
## master #2344 +/- ##
============================================
- Coverage 66.22% 61.11% -5.12%
+ Complexity 983 981 -2
============================================
Files 507 507
Lines 42073 42073
Branches 5831 5831
============================================
- Hits 27862 25712 -2150
- Misses 11504 13789 +2285
+ Partials 2707 2572 -135 see 94 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
* feat: dockerfile adapt the project structure * change the version --------- Co-authored-by: imbajin <[email protected]>
Purpose of the PR
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
It affects the action file, which has been changed.
https://github.com/hugegraph/actions/blob/master/.github/workflows/publish_latest_server_image.yml
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need