Skip to content

Commit

Permalink
ci: updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Oct 25, 2024
1 parent e33df1d commit 1fb6d31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FROM mcr.microsoft.com/playwright:v1.48.1-jammy
# Set the working directory in the container
WORKDIR /app

# Set environment variables
ENV CI=true

# Install pnpm
RUN npm install -g pnpm

Expand Down

0 comments on commit 1fb6d31

Please sign in to comment.