Skip to content
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

Docker 3 #385

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open

Docker 3 #385

wants to merge 55 commits into from

Conversation

olegklimov
Copy link
Contributor

No description provided.

}
});
} else {
error!("Failed to upgrade global context, cannot clean up docker container session");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

"shotdown detected, just quit"


RUN cargo build

RUN mkdir -p /output && cp target/debug/refact-lsp /output/
Copy link
Contributor Author

Choose a reason for hiding this comment

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

hmm why /output ?

Copy link
Contributor

Choose a reason for hiding this comment

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

The Dockerfile is primarily for building refact-lsp for development. We’ll extract the binary to the local machine. The /output directory is a bit generic, but I've seen it a few times; if you have a clearer name suggestion, we can rename it.

humbertoyusta and others added 29 commits November 7, 2024 15:41
…ntainer and expose to all interfaces only from container
…port yet, note the frontend is still calling it
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.

2 participants