6 lines
78 B
Docker
6 lines
78 B
Docker
|
FROM ruby:2.6.3-slim
|
||
|
|
||
|
RUN gem install octokit
|
||
|
|
||
|
COPY index.rb /action/index.rb
|