Skip to content

Instantly share code, notes, and snippets.

@pboothe
Created May 8, 2018 20:25
Show Gist options
  • Save pboothe/1023ce5d0e187f315c4c6d2c3ba0dae7 to your computer and use it in GitHub Desktop.
Save pboothe/1023ce5d0e187f315c4c6d2c3ba0dae7 to your computer and use it in GitHub Desktop.
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