I have created a dockerfile for my nodejs project I am first copying the code files of current directory to docker image
COPY ./ ./
I wonder, is