Created
          August 15, 2018 04:20 
        
      - 
      
 - 
        
Save ibnesayeed/74c1e1d6393fa37a75625f5a518d9a8e to your computer and use it in GitHub Desktop.  
    Piping in Dockerfile CMD for IPWB
  
        
  
    
      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 oduwsdl/ipwb | |
| CMD ipfs daemon & while ! curl -s localhost:5001 > /dev/null; do sleep 1; done && ipwb index ipwb/samples/warcs/5mementos.warc | ipwb replay | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment