Browse Source

Update Dockerfile for .NET6 upgrade

pull/10068/head
Alper Ebicoglu 4 years ago
parent
commit
c367a9be0a
  1. 2
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Dockerfile

2
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Dockerfile

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
FROM mcr.microsoft.com/dotnet/aspnet:6.0.0-rc.1-bullseye-slim AS base
WORKDIR /app
EXPOSE 80
COPY bin/Release/publish .

Loading…
Cancel
Save