diff --git a/docker/Dockerfile b/docker/Dockerfile index 40ae209..4de477e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +6,7 @@ EXPOSE 5000 FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build # Restore dependencies -RUN dotnet restore api/API.csproj +RUN dotnet restore API.csproj # Copy the rest of the files COPY API_SQLuedo/API/. api/