Clean Branch Docker Compose Issue
See original GitHub issueI 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:
- Created 8 months ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@erjain Thank you for the help. That resolved it for me.
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.