adding package-lock to copy in frontend
This commit is contained in:
parent
4cf5749d02
commit
bdd63b5ffa
@ -20,6 +20,7 @@ RUN dotnet publish Selector.Web/Selector.Web.csproj -c Release -o /app --no-rest
|
||||
|
||||
FROM node as frontend
|
||||
COPY ./Selector.Web/package.json /Selector.Web/
|
||||
COPY ./Selector.Web/package-lock.json /Selector.Web/
|
||||
WORKDIR /Selector.Web
|
||||
RUN npm ci
|
||||
COPY ./Selector.Web/ .
|
||||
|
Loading…
Reference in New Issue
Block a user