Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Feb 19, 2024
1 parent 8d3f26b commit 221e923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ FROM app-base

ARG BUILD_MODE=debug

COPY --from=cargo-build /usr/src/kcl-lsp/target/${BUILD_MODE}/kcl-lsp /usr/bin/kcl-lsp
COPY --from=cargo-build /usr/src/kcl-lsp/target/${BUILD_MODE}/kcl-language-server /usr/bin/kcl-language-server

CMD ["kcl-lsp", "--json", "server"]
CMD ["kcl-language-server"]

0 comments on commit 221e923

Please sign in to comment.