# Dockerfile FROM debian:buster-slim LABEL maintainer="adamhl@stanford.edu" ADD demo.sh /root/demo.sh RUN chmod a+x /root/demo.sh CMD /root/demo.sh