From ea6dd88433788effb4412b60fe0e6b9a78daa52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=BA=20=E6=9D=A8?= Date: Wed, 22 May 2024 13:34:36 +0800 Subject: [PATCH] 1 --- Marking.OCR.Service/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Marking.OCR.Service/Dockerfile b/Marking.OCR.Service/Dockerfile index f23ab80..8ea6f4c 100644 --- a/Marking.OCR.Service/Dockerfile +++ b/Marking.OCR.Service/Dockerfile @@ -1,6 +1,7 @@ #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 dotnet/aspnet:8.0 +#FROM dotnet/aspnet:8.0 +FROM noripi10/ubuntu22-dotnet8-opencv4.8.0:latest WORKDIR /app