fix: ddev to new version
This commit is contained in:
parent
8d3eced5e4
commit
d067548314
2 changed files with 6 additions and 9 deletions
|
|
@ -15,6 +15,12 @@ web_environment:
|
||||||
- TYPO3_CONTEXT=Development/Ddev
|
- TYPO3_CONTEXT=Development/Ddev
|
||||||
corepack_enable: false
|
corepack_enable: false
|
||||||
|
|
||||||
|
hooks:
|
||||||
|
post-start:
|
||||||
|
- exec-host: |
|
||||||
|
ddev npm install
|
||||||
|
ddev npm run dev:css -- --watch &
|
||||||
|
|
||||||
# Key features of DDEV's config.yaml:
|
# Key features of DDEV's config.yaml:
|
||||||
|
|
||||||
# name: <projectname> # Name of the project, automatically provides
|
# name: <projectname> # Name of the project, automatically provides
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
version: '3.6'
|
|
||||||
services:
|
|
||||||
web:
|
|
||||||
# Install needed dependencies and run webpack in watch mode
|
|
||||||
command: /bin/sh -c "npm install && npm run build:css -- --watch"
|
|
||||||
volumes:
|
|
||||||
- ../packages/base:/var/www/html/packages/base
|
|
||||||
environment:
|
|
||||||
- NODE_ENV=development
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue