Skip to content

feat: run project customize script (.devcontainer/customize.sh) if present#33

Open
olivertar wants to merge 1 commit into
graycoreio:mainfrom
olivertar:main
Open

feat: run project customize script (.devcontainer/customize.sh) if present#33
olivertar wants to merge 1 commit into
graycoreio:mainfrom
olivertar:main

Conversation

@olivertar

Copy link
Copy Markdown

This modification allows the execution of the .devcontainer/customize.sh file, if it exists, after the Magento installation process has been completed.

This will enable us, for example, to run bin/magento commands to configure modules installed via Composer, execute importers, set currency settings, and perform other post-installation customizations.

Example customize.sh:

#!/bin/bash

cd /workspace

bin/magento config:set twofactorauth/general/enable 0
bin/magento config:set twofactorauth/general/enable_for_api_token_generation 0
bin/magento config:set twofactorauth/general/disable_in_developer_mode 0
bin/magento c:f

@olivertar olivertar requested a review from damienwebdev as a code owner June 10, 2026 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant