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 a9fc9b0 commit 35b4901Copy full SHA for 35b4901
src/WebUI/Dockerfile
@@ -1,13 +1,13 @@
1
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
2
3
# This stage is used for VS debugging on Docker
4
-FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
5
ENV ASPNETCORE_URLS=https://+:5001;http://+:5000
6
WORKDIR /app
7
EXPOSE 5000
8
EXPOSE 5001
9
10
-FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
11
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
12
RUN apt install -y nodejs
13
WORKDIR /src
0 commit comments