Update WebStarter.Dockerfile

This commit is contained in:
geffzhang 2024-01-28 00:00:31 +08:00
parent 5904794d64
commit 54dc4f136c

View file

@ -1,6 +1,6 @@
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS base
USER app
WORKDIR /app
EXPOSE 8080