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