Skip to content
Snippets Groups Projects
Verified Commit 8d974a6e authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

CI: Add the forgotten dockerfile

parent 4f46efda
No related branches found
No related tags found
No related merge requests found
Pipeline #73038 passed
FROM ruby
COPY Gemfile matrix-sdk.gemspec /app/
COPY examples/ /app/bin/
COPY lib/ /app/lib/
WORKDIR /app
RUN bundle install -j4 \
&& echo "#!/bin/sh\ncd /app\nexec bundle exec bin/simple_bot.rb \"\$@\"" > /usr/local/bin/simple_bot \
&& chmod +x /usr/local/bin/simple_bot
ENTRYPOINT [ "/usr/local/bin/simple_bot" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment