✅ Error while Dockerizing an ASP.NET project which references another project.
So i am having an ASP.NET project called
ScoreManagementAPI
which references another project containing EF Core Entities Models and Context called Entities
with the directory structure as in the screenshot.
But the thing is when i try to dockerize the ScoreManagementAPI
project with the following content inside ScoreManagementAPI/Dockerfile
7 Replies
I am always hit with this error
Anyone knows why ? please help. Also i executed the build command by standing at the
Backend
folder then running the following line
Paths inside the docker file are relatvie to the docker file itself, not to the location you are running the command from
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Docker Documentation
Overview of the get started guide
Get started with the Docker basics in this comprehensive overview, You'll learn about containers, images, and how to containerize your first application.
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View