Skip to content

Commit

Permalink
refactor: remove unnecessary environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Apr 19, 2024
1 parent 9b133e2 commit 8808868
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .lagoon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ COPY --from=node /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY --from=node /usr/local/bin/node /usr/local/bin/node
RUN ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm

ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1

# Install pnpm
RUN npm install -g [email protected] && pnpm config set store-dir /tmp/cache/pnpm

Expand Down

0 comments on commit 8808868

Please sign in to comment.