Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
sfl-boilerplate
Commits
a58a34b5
Commit
a58a34b5
authored
Mar 25, 2016
by
Ernesto Rodriguez Ortiz
Browse files
Update drupalizer.py
parent
bfc7050f
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf/drupalizer.py
View file @
a58a34b5
...
...
@@ -36,8 +36,10 @@ env.docker_site_root = '{}/src/drupal'.format(env.docker_workspace)
env
.
bind_port
=
8001
env
.
apache_user
=
'www-data'
# Docker auto-added container IP
env
.
container_ip
=
'172.17.0.0'
# Hook commands
env
.
hook_post_install
=
[
'drush fra -y'
,
'drush cc all'
]
env
.
hook_post_update
=
[
'drush fra -y'
,
'drush cc all'
]
env
.
hook_post_update
=
[
'drush fra -y'
,
'drush cc all'
]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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