Old one doesn't exist anymore, I think Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
01df5c6139
commit
0b2559724a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0-slim AS base
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
|
Reference in a new issue