Created
January 25, 2016 15:47
-
-
Save odedlaz/3047ae015a9f3796de6c to your computer and use it in GitHub Desktop.
Dockerfile for playing with expansions
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 | |
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