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
    
  
  
    
  | 'use strict'; | |
| const Promise = require("bluebird"); | |
| const _ = require("lodash"); | |
| const glob = require("glob"); | |
| const async = require("async"); | |
| const fs = require("fs"); | |
| const jsonfile = require("jsonfile"); | |
| const json2csv = require("json2csv"); | |
| Promise.promisifyAll(fs); | 
  
    
      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
    
  
  
    
  | container_commands: | |
| 01_fix_static_cors: | |
| command: "/tmp/fix_static_cors.sh" | |
| files: | |
| "/tmp/fix_static_cors.sh": | |
| mode: "000755" | |
| owner: root | |
| group: root | |
| content: | | |
| #!/bin/bash | 
NewerOlder
        