Skip to content

Instantly share code, notes, and snippets.

@odedlaz
Created January 25, 2016 15:47
Show Gist options
  • Save odedlaz/3047ae015a9f3796de6c to your computer and use it in GitHub Desktop.
Save odedlaz/3047ae015a9f3796de6c to your computer and use it in GitHub Desktop.
Dockerfile for playing with expansions
FROM ubuntu
ENTRYPOINT ["/root/expand.sh"]
ADD do.sh /root/expand.sh
RUN chmod u+x /root/expand.sh
CMD ["a b c d $variable"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment