question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clean Branch Docker Compose Issue

See original GitHub issue

I have cloned the main branch and am having an issue running docker-compose build I am getting some error messages along the way and I cannot complete the build process and then run this in my docker environment. Can anyone advise on this?

ERROR [eshop/webmvc:linux-latest build 42/42] RUN dotnet publish --no-restore -c Release -o /app => CANCELED [eshop/ordering.signalrhub:linux-latest build 42/42] RUN dotnet publish --no-restore -c Release -o 15.9s => CANCELED [eshop/locations.api:linux-latest build 42/42] RUN dotnet publish --no-restore -c Release -o /app 15.9s => CANCELED [eshop/basket.api:linux-latest build 42/42] RUN dotnet publish --no-restore -c Release -o /app 15.8s

Issue Analytics

  • State:closed
  • Created 8 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
thellebuyckcommented, Jan 31, 2023

@erjain Thank you for the help. That resolved it for me.

0reactions
erjaincommented, Jan 31, 2023

There is an issue while installing npm packages. Sometimes an error during startup can disturb the application deployment. You should install NodeJs, Angular and run npm install in the src\Web\WebSPA\Client folder. After that, you can start with the information given in the above comment. I hope it helps.

Read more comments on GitHub >

github_iconTop Results From Across the Web

docker-compose up doesn't rebuild image although ...
I'm running into an issue where docker-compose build is not properly rebuilding containers. It's causing issues with preventing a Varnish ...
Read more >
Build two different Docker-Compose instances from git ...
This seems to be suboptimal usage of git branches, so I would merge them, have differently named files (code, Dockerfiles, etc.
Read more >
Local development "environments" per Git branches with ...
With the help of the Docker Compose we are able to create so called YAML files, to create and manage containers "quickly".
Read more >
Announcing Compose V2 General Availability
Currently, we have no plans to remove aliasing of docker-compose to docker ... The Docker Compose V2 branch is now the default on...
Read more >
Using the Docker platform branch - AWS Elastic Beanstalk
AWS Elastic Beanstalk can launch Docker environments by building an image described in a Dockerfile or pulling a remote Docker image.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found