You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After executing the commands to build and run the containers, the remp-master-adminer container logs display several issues related to missing files and project configuration. Below is the relevant log output:
Adminer Container Log Output:
cp: cannot stat '.env.example': No such file or directory
Composer could not find a composer.json file in /home/docker
To initialize a project, please create a composer.json file. See https://getcomposer.org/basic-usage
Usage Error: No project found in /home/docker
$ yarn install [--json] [--immutable] [--immutable-cache] [--check-cache] [--inline-builds] [--skip-builds]
chmod: cannot access 'node_modules': No such file or directory
Unknown Syntax Error: Not enough positional arguments.
$ yarn link [-A,--all] [-p,--private] [-r,--relative] <destination>
Usage Error: No project found in /home/docker
npm error code ENOENT
npm error syscall open
npm error path /home/docker/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/home/docker/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /home/docker/.npm/_logs/2024-10-25T13_21_13_169Z-debug-0.log
Expected Behavior:
The container should start correctly with all dependencies installed.
The .env file should be copied from .env.example if it does not already exist.
Composer dependencies and Yarn packages should install without issues.
Observed Behavior:
The container fails to locate .env.example.
composer.json is not found in /home/docker.
node_modules is missing, causing Yarn commands to fail.
There is an issue with permissions related to the cache or mounted directories.
The text was updated successfully, but these errors were encountered:
Environment Details:
Issue Description
After executing the commands to build and run the containers, the remp-master-adminer container logs display several issues related to missing files and project configuration. Below is the relevant log output:
Adminer Container Log Output:
Expected Behavior:
The container should start correctly with all dependencies installed.
The .env file should be copied from .env.example if it does not already exist.
Composer dependencies and Yarn packages should install without issues.
Observed Behavior:
The container fails to locate .env.example.
composer.json is not found in /home/docker.
node_modules is missing, causing Yarn commands to fail.
There is an issue with permissions related to the cache or mounted directories.
The text was updated successfully, but these errors were encountered: