Fix libman failing to restore JavaScript libs in Docker build
This commit is contained in:
@ -9,8 +9,8 @@ COPY */*.csproj ./
|
||||
RUN for file in $(ls *.csproj); do mkdir -p ${file%.*} && mv $file ${file%.*}; done
|
||||
RUN dotnet restore
|
||||
|
||||
COPY ./Groceries/libman.json ./
|
||||
WORKDIR Groceries
|
||||
COPY ./Groceries/libman.json ./
|
||||
RUN dotnet libman restore
|
||||
|
||||
COPY . ../
|
||||
|
Reference in New Issue
Block a user