Remove NPM dependency
This commit is contained in:
parent
9e7545e729
commit
5f0ef7bbc7
8 changed files with 30 additions and 62 deletions
|
@ -1,8 +1,6 @@
|
|||
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build-env
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
|
||||
RUN apt-get install -y nodejs
|
||||
RUN chmod +x ./build.sh
|
||||
RUN ./build.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue