Skip to content

Commit b785385

Browse files
committed
Fix Dockerfile
1 parent b5733bb commit b785385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN bundle install --without development
1010
COPY lib /app/lib/
1111
COPY exe /app/exe/
1212

13-
CMD ["bin/language_server-ruby"]
13+
CMD ["bundle", "exec", "exe/language_server-ruby"]

0 commit comments

Comments
 (0)