This commit is contained in:
Liam DeBeasi
2024-03-28 17:42:00 -04:00
parent 02e061237e
commit 13c3435cdf

View File

@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/playwright:v1.42.1
# Enable pnpm
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PAT
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
# Set the working directory