Remove NPM dependency

This commit is contained in:
Robert Marshall 2023-06-24 10:30:57 +01:00
parent 9e7545e729
commit 5f0ef7bbc7
8 changed files with 30 additions and 62 deletions

View file

@ -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