6 lines
83 B
Docker
6 lines
83 B
Docker
FROM ruby:2.6.5-alpine
|
|
|
|
COPY lib /action/lib
|
|
|
|
CMD ["ruby", "/action/lib/index.rb"]
|