angular-contacts-app-example icon indicating copy to clipboard operation
angular-contacts-app-example copied to clipboard

Error when running container

Open IssaGithub opened this issue 2 years ago • 0 comments

Describe the bug After cloning repo and install dependencys npm i Getting error when run docker-compose up -d output
=> [stage-1 2/4] COPY nginx/default.conf /etc/nginx/conf.d/ 0.2s => [stage-1 3/4] RUN rm -rf /usr/share/nginx/html/* 0.6s => [builder 2/6] COPY package.json package-lock.json ./ 0.3s => ERROR [builder 3/6] RUN npm ci && mkdir /ng-app && mv ./node_modules ./ng-app/

To Reproduce Steps to reproduce the behavior: Clone repo run npm i docker-compose up -d

Expected behavior run client

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

  • OS: [e.g. ubuntu 20.4 and windows]

IssaGithub avatar Mar 27 '23 18:03 IssaGithub