We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0219960 commit c1bc2cbCopy full SHA for c1bc2cb
1 file changed
local/etc/uceap.d/devcontainer_on_create.sh
@@ -50,6 +50,9 @@ function devcontainer_on_create() {
50
sudo find web/sites/default/files -type d -exec chmod g+ws {} +
51
sudo find web/sites/default/files -type f -exec chmod g+w {} +
52
53
+ # The database image might be out of date so deploy any new changes from code
54
+ vendor/bin/drush cr
55
+ vendor/bin/drush $DRUSH_TASK
56
57
# Setup drush and other vendor binaries
58
echo "export PATH=\"`pwd`/vendor/bin:\$PATH\"" | tee -a ~/.bashrc ~/.zshrc ~/.zshrc.local
0 commit comments