forked from EddieHubCommunity/BioDrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: playwright setup on Gitpod (EddieHubCommunity#2261)
* fix playwright setup on gitpod * use custom dockerfile * use correct image * add sudo & latest tag * remove sudo * only install deps in dockerfile * use npx * remove apt update * change installs in dockerfile * fix npm typo * install chromium in gitpod yml * use npx for playwright * put playwright install in command section * use playwright install-deps * remove apt * install chromium in node modules folder * set playwright browsers path env var * update terminal env vars
- Loading branch information
Showing
4 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
FROM gitpod/workspace-mongodb:latest | ||
RUN npx playwright install-deps chromium |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters