We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: