fix: 修复Dockerfile及环境变量开发环境配置
parent
71e9a40c07
commit
0c2371be7e
|
|
@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
|
||||||
WORKDIR /docker
|
WORKDIR /docker
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
FROM mcr.microsoft.co/dotnet/sdk:6.0 AS build
|
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN dotnet restore src/UserPointManagement.Web/UserPointManagement.Web.csproj --configfile ./NuGet.Config
|
RUN dotnet restore src/UserPointManagement.Web/UserPointManagement.Web.csproj --configfile ./NuGet.Config
|
||||||
|
|
|
||||||
|
|
@ -22,5 +22,6 @@
|
||||||
"MenuRender": true,
|
"MenuRender": true,
|
||||||
"MenuHeaderRender": true,
|
"MenuHeaderRender": true,
|
||||||
"HeaderHeight": 48
|
"HeaderHeight": 48
|
||||||
}
|
},
|
||||||
|
"Connection:UserPointManagement": "Server=67.230.184.225;Port=58007;UserId=postgres;Password=postgres;Database=tiamo_dev;"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue