Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
c97950da
Verified
Commit
c97950da
authored
May 12, 2018
by
Jens Jacobsen
Committed by
Jens Jacobsen
May 18, 2018
Browse files
[TASK] Add post-start hooks for web container
parent
d46e18f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ddev/config.yaml
View file @
c97950da
...
...
@@ -9,3 +9,11 @@ dbaimage: drud/phpmyadmin:v0.2.0
router_http_port
:
"
80"
router_https_port
:
"
443"
provider
:
default
hooks
:
post-start
:
-
exec
:
"
composer
install
-d
/var/www/html"
-
exec
:
"
rm
-rf
typo3conf/ext/t3olayout/Build/node_modules"
-
exec
:
"
npm
--prefix
typo3conf/ext/t3olayout/Build
install"
-
exec
:
"
npm
--prefix
typo3conf/ext/t3olayout/Build
run-script
build"
-
exec
:
"
../bin/typo3cms
install:generatepackagestates"
-
exec
:
"
../bin/typo3cms
install:extensionsetupifpossible"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment