Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

conditional dockerfile

...
COPY install.sh install.sh
RUN chmod u+x install.sh && ./install.sh
...
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #conditional #dockerfile
ADD COMMENT
Topic
Name
3+9 =