FROM alpine:latest COPY hello.rb /usr/local/bin/hello RUN chmod +x /usr/local/bin/hello CMD ["hello"]