Skip to content

Commit 7c0ffbc

Browse files
committed
fix: fixed the dockerfile to preload the ruby library into the REPL environment
1 parent 44ffa1b commit 7c0ffbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN rm -f *.gem
55
RUN gem build *.gemspec
66
RUN gem install *.gem
77
RUN ruby -e "require 'zitadel_client'"
8-
CMD ["irb"]
8+
CMD ["irb", "-r", "zitadel_client"]

0 commit comments

Comments
 (0)