skip to Main Content

Dockerfile For C# Azure Function App With PlayWright

New and learning Dockerfile; need help to edit the following Dockerfile to containerize a C# Azure Function App with Playwright. Here's part of the function code: using System.Net; using Func_MyFunction.Interfaces; using Func_MyFunction.Models; using Microsoft.Azure.Functions.Worker; using Microsoft.Azure.Functions.Worker.Http; using Microsoft.Extensions.Logging; using Microsoft.Playwright;…

VIEW QUESTION

Playwright in Docker not working: Microsoft.Playwright.PlaywrightException: Executable doesn't exist

I have a .net dashboard application where a user can export the current page as pdf via playwright. This works locally, however, when I run the application in Docker I get this error: Microsoft.Playwright.PlaywrightException: Executable doesn't exist at /root/.cache/ms-playwright/chromium-1005/chrome-linux/chrome ╔════════════════════════════════════════════════════════════╗…

VIEW QUESTION
Back To Top
Search