Skip to content

Commit b3c742e

Browse files
committed
Fix Dockerfile
1 parent 29956e1 commit b3c742e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
22

3-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bullseye-slim AS base
4-
FROM mcr.microsoft.com/dotnet/sdk:9.0-bullseye-slim AS build
3+
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
4+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
55
WORKDIR /app
66
EXPOSE 80
77
EXPOSE 443

0 commit comments

Comments
 (0)