Skip to content

Commit

Permalink
chore: Dockerfile (#366)
Browse files Browse the repository at this point in the history
* chore: gitlab-ci.yml

* chore: Dockerfile
  • Loading branch information
wzh425 authored Dec 11, 2024
1 parent c123793 commit 1540cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/Masa.Alert.Web.Admin.Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV CSPROJ="src/Web/Masa.Alert.Web.Admin.Server/Masa.Alert.Web.Admin.Server.cspr
RUN dotnet restore $CSPROJ && dotnet publish $CSPROJ -c Release -o /app/publish


FROM registry.cn-hangzhou.aliyuncs.com/masa/dotnet_aspnet:8.0.3
FROM registry.cn-hangzhou.aliyuncs.com/masa/dotnet_aspnet:6.0.4
WORKDIR /app
COPY --from=publish /app/publish .
COPY ["src/Web/Masa.Alert.Web.Admin/wwwroot/i18n","wwwroot/i18n"]
Expand Down

0 comments on commit 1540cc7

Please sign in to comment.