We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6d515 commit dd28c67Copy full SHA for dd28c67
install.yaml
@@ -26,7 +26,7 @@ post_install_actions:
26
- cp core-dev/gitignore ../.gitignore
27
- mkdir -p ../test_output
28
- chmod +w ../test_output
29
- - cd ../ && ddev exec yarn --cwd="core"
+ - cd ../core && ddev yarn
30
31
removal_actions:
32
- rm core/phpunit.xml
web-build/Dockerfile
@@ -1,2 +1,6 @@
1
#ddev-generated
2
-RUN sudo apt-get update && sudo apt-get install chromium-driver -y
+# Note that the chromium-driver install could be moved to webimage_extra_packages
3
+RUN sudo apt-get update && sudo apt-get install chromium-driver -y
4
+# Depending on the outcome of https://github.com/ddev/ddev/pull/5988
5
+# this may not be necessary in DDEV v1.23+
6
+RUN corepack enable
0 commit comments