We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if secrets are set to true in sample.env the following error breaks the build. Service "code-server" uses an undefined secret file
Service "code-server" uses an undefined secret file
If secrets are not set to true, the build will continue, but fails after all the containers are built with
Creating isle-dc_code-server_1 ... done Composer could not find a composer.json file in /var/www/drupal
Adding the secret manually doesn't help.
The text was updated successfully, but these errors were encountered:
PR 204 (#204) should fix the first issue of looking for an undefined secret file.
Sorry, something went wrong.
No branches or pull requests
if secrets are set to true in sample.env the following error breaks the build.
Service "code-server" uses an undefined secret file
If secrets are not set to true, the build will continue, but fails after all the containers are built with
Adding the secret manually doesn't help.
The text was updated successfully, but these errors were encountered: