compiler-discord/docker/ruby/Dockerfile

6 lines
82 B
Text
Raw Normal View History

2019-03-15 05:06:59 +01:00
FROM ruby:alpine
LABEL author="1Computer1"
COPY run.sh /var/run/
WORKDIR /var/ws