We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7b2aa commit d1d2f9aCopy full SHA for d1d2f9a
Dockerfile
@@ -9,7 +9,7 @@ RUN dotnet restore "app/AspNetCoreVueStarter.csproj"
9
COPY . .
10
RUN apt-get update -yq
11
RUN apt-get install curl gnupg -yq
12
-RUN curl -sL https://deb.nodesource.com/setup_13.x | bash -
+RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
13
RUN apt-get install -y nodejs
14
RUN dotnet build "/src/AspNetCoreVueStarter.csproj" -c Release -o /app/build
15
0 commit comments