Skip to content

fix docker image build during npm install (error with Nodejs 15+)

Latest
Compare
Choose a tag to compare
@jean553 jean553 released this 07 Mar 19:17
e0b2cf2

during image build, set a current directory with WORKDIR to prevent npm install from being executed in the root directory, resulting into a build error (that happens since Nodejs 15)