This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
2019-11-02 23:31:01 +01:00

6 lines
83 B
Docker

FROM ruby:2.6.5-alpine
COPY lib /action/lib
CMD ["ruby", "/action/lib/index.rb"]