Update Dockerfile to copy appsettings.dev.json in the correct directory
This commit is contained in:
@@ -37,5 +37,4 @@ FROM base AS final
|
||||
WORKDIR /app
|
||||
COPY --from=publish /app/publish .
|
||||
#COPY Managing.Api/managing_cert.pfx .
|
||||
COPY /src/appsettings.dev.json .
|
||||
ENTRYPOINT ["dotnet", "Managing.Api.dll"]
|
||||
Reference in New Issue
Block a user