Skip to content

fix: Dockerfile entrypoint#15

Merged
wtdcode merged 1 commit into
BitsLabSec:masterfrom
lbr77:docker
Feb 3, 2026
Merged

fix: Dockerfile entrypoint#15
wtdcode merged 1 commit into
BitsLabSec:masterfrom
lbr77:docker

Conversation

@lbr77

@lbr77 lbr77 commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

fix entrypoint error.

Copilot AI review requested due to automatic review settings February 3, 2026 06:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a critical bug in the Dockerfile where the ENTRYPOINT was pointing to a non-existent path in the final container image. The binary is copied to /usr/bin/movy but the ENTRYPOINT was incorrectly referencing /work/target/release/movy, which only exists in the builder stage.

Changes:

  • Updated ENTRYPOINT path from /work/target/release/movy to /usr/bin/movy to match the actual location of the binary in the runner stage

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wtdcode wtdcode merged commit 4b81487 into BitsLabSec:master Feb 3, 2026
6 of 7 checks passed
@lbr77 lbr77 deleted the docker branch February 3, 2026 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants