Chandana De Silva

Results 2 comments of Chandana De Silva

I was able to make this work by setting NODE_PATH: ``` FROM node:22-bookworm LABEL maintainer="[email protected]" RUN apt-get update && apt-get install bash WORKDIR /home/node/artillery COPY package*.json ./ RUN npm --ignore-scripts...