Skip to content
Discussion options

You must be logged in to vote

FWIW here is what it took to get the Docker image to build for client-report ...

  • Regenerate package-lock.json locally using NPM 6.9.2 to match the build environment in Docker
  • Add the line RUN npm config set unset-perm true to the client-base image to get around a bug to do with uid in Alpine v11
  • Move the COPYing of polis.config.js to above RUN npm install as client-report runs webpack off of a postinstall trigger

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by brendanarnold
Comment options

You must be logged in to vote
1 reply
@brendanarnold
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants