Skip to content
Snippets Groups Projects
  • Daniel Schultz's avatar
    014391c7
    Fix docker permissions · 014391c7
    Daniel Schultz authored
    When the package.json and package-lock.json files are copied they may
    not have the proper permissions, which results in a build failure.
    
    By setting the permisssions *after* the copy is performed we ensure
    they will be available to npm during `npm install`
    
    Issue #2694
    014391c7
    History
    Fix docker permissions
    Daniel Schultz authored
    When the package.json and package-lock.json files are copied they may
    not have the proper permissions, which results in a build failure.
    
    By setting the permisssions *after* the copy is performed we ensure
    they will be available to npm during `npm install`
    
    Issue #2694