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