Created
May 8, 2018 20:25
-
-
Save pboothe/1023ce5d0e187f315c4c6d2c3ba0dae7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu | |
ADD myscript.sh /myscript.sh | |
RUN chmod +x myscript.sh | |
CMD /myscript.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment