dockerfile fix

master
Tudor Stanciu 2025-03-23 03:23:32 +02:00
parent 7e56277703
commit 496ac876a0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
mcr.microsoft.com/dotnet/aspnet:8.0-bullseye-slim AS base
FROM mcr.microsoft.com/dotnet/aspnet:8.0-bullseye-slim AS base
WORKDIR /app
EXPOSE 80