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
    
  
  
    
  | #!/usr/bin/env node | |
| // deeplinks plugins generates entitlements in a way that isn't compatible | |
| // with latest cordova build system, so we do it ourselves. | |
| // | |
| // https://github.com/ionic-team/ionic-plugin-deeplinks/issues/97 | |
| var fs = require('fs') | |
| var plist = require('plist') | 
  
    
      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 couchbase:community | |
| COPY configure-node.sh /opt/couchbase | |
| #HEALTHCHECK --interval=5s --timeout=3s CMD curl --fail http://localhost:8091/pools || exit 1 | |
| CMD ["/opt/couchbase/configure-node.sh"] |