Browse Source

Merge pull request #14377 from abpframework/dotnet-images-tags-12301

Updated dockerfile to .net7
pull/14381/head
Alper Ebiçoğlu 3 years ago
committed by GitHub
parent
commit
44b2e2fa65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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:6.0.0-bullseye-slim AS base FROM mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim AS base
WORKDIR /app WORKDIR /app
EXPOSE 80 EXPOSE 80
COPY bin/Release/publish . COPY bin/Release/publish .

Loading…
Cancel
Save