Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 268 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 268 Bytes

Repository for the puppeteer-sharp-base Docker image

Base docker images for puppeteer-sharp

Example

FROM hardkoded/puppeteer-sharp-base:latest

COPY bin/Release/netcoreapp2.1/publish/ /app/
ENTRYPOINT ["dotnet", "/app/PuppeteerSharpPdfDemo-Local.dll"]