@ -0,0 +1,4 @@
FROM ubuntu
COPY to_run.sh /usr/script/
VOLUME ["/usr/script"]
ENTRYPOINT ["/usr/script/to_run.sh"]