Pre-submission Checklist
Component / Module
Installation (/installation)
Severity
Low (minor inconvenience, workaround exists)
Bug Description
In the installation instructions using Docker ():
docker exec -it core-stack bash sudo service postgresql start cd /core-stack-backend bash installation/install.sh --only env_file,superuser
does not create an installation directory in the container. The core-stack-backend directory is not populated after the previous instructions have been completed.
Steps to Reproduce
docker exec -it core-stack bash sudo service postgresql start cd /core-stack-backend bash installation/install.sh --only env_file,superuser
Expected Behavior
An installation directory and a script should be created in the Docker container.
Actual Behavior
An installation directory is not created in the container. The core-stack-backend directory is not populated after the previous instructions have been completed.
Environment Details
Docker Dekstop (Engine: 29.4.3)
macOS version: 26.4.1
Logs / Error Messages
No response
Screenshots / Screen Recordings
No response
Additional Context
No response
Pre-submission Checklist
Component / Module
Installation (/installation)
Severity
Low (minor inconvenience, workaround exists)
Bug Description
In the installation instructions using Docker ():
docker exec -it core-stack bash sudo service postgresql start cd /core-stack-backend bash installation/install.sh --only env_file,superuserdoes not create an
installationdirectory in the container. Thecore-stack-backenddirectory is not populated after the previous instructions have been completed.Steps to Reproduce
docker exec -it core-stack bash sudo service postgresql start cd /core-stack-backend bash installation/install.sh --only env_file,superuserExpected Behavior
An
installationdirectory and a script should be created in the Docker container.Actual Behavior
An
installationdirectory is not created in the container. Thecore-stack-backenddirectory is not populated after the previous instructions have been completed.Environment Details
Docker Dekstop (Engine: 29.4.3)
macOS version: 26.4.1
Logs / Error Messages
No response
Screenshots / Screen Recordings
No response
Additional Context
No response