Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Sep 23, 2024
1 parent c9f1d4d commit b7e4ad1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ COPY --from=publish /app/publish .
COPY ["PdfGeneratorApi.csproj", "./"]

RUN dotnet tool install --global Microsoft.Playwright.CLI
ENV PATH="$PATH:/root/.dotnet/tools"
RUN playwright install
RUN /root/.dotnet/tools/playwright install

# Set an environment variable (optional)
# ENV API_KEY=your-api-key-here
Expand Down

0 comments on commit b7e4ad1

Please sign in to comment.