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