Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions local/etc/uceap.d/devcontainer_post_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ function devcontainer_post_create() {
sudo a2enconf global-servername

# Setup drush
mkdir -p drush
export HTTP_ADDRESS
export HTTP_PROTOCOL
templater.sh /usr/local/share/drush/example.drush.yml > drush/drush.yml
templater.sh /usr/local/share/drush/example.drush.yml > web/sites/default/drush.yml

# set httpd port to be publicly accessible
if [[ -n "$CODESPACE_NAME" ]]; then
Expand Down