Skip to content
New issue

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

Error when running container #40

Open
IssaGithub opened this issue Mar 27, 2023 · 0 comments
Open

Error when running container #40

IssaGithub opened this issue Mar 27, 2023 · 0 comments

Comments

@IssaGithub
Copy link

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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant