My Docker file is :
FROM microsoft/aspnet
COPY . /app
WORKDIR /app
RUN ["dnu", "restore"]
EXPOSE 5004
ENTRYPOINT ["dnx", "project.json", "kestrel"]
Has anything wrong in my Docker file?
Below are response:
Restore failed
A task was canceled.
NuGet Config files used:
/root/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
The command 'dnu restore' returned a non-zero code: 1