Update docker

This commit is contained in:
2025-11-09 05:02:13 +07:00
parent 009de85240
commit 57d4f2ce1c
2 changed files with 24 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
# Use the official Microsoft ASP.NET Core runtime as the base image (required for Host.CreateDefaultBuilder)
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
# Use the official Microsoft .NET runtime as the base image (for worker service, not API)
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
WORKDIR /app
# Use the official Microsoft .NET SDK image to build the code.