Skip to content

Commit

Permalink
fix: Dockerfile EXPOSE port mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwlin98 committed Nov 27, 2023
1 parent 3180887 commit 76c8891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ WORKDIR /app

COPY --from=builder /app/target/release/rime_ls /app

EXPOSE 9527
EXPOSE 9257

CMD ["/app/rime_ls","--listen","0.0.0.0:9257"]

0 comments on commit 76c8891

Please sign in to comment.