-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
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
Update env file path in docker compose #383
base: develop
Are you sure you want to change the base?
Conversation
hello @mohitvdx how do i perform the changes in my fork of this repo. |
Hello @AviGawande, you can see the changes in the files changed. Then you can reproduce them. |
@walterbender kindly review |
The change looks good. It seems that the CI test is failing (in Singer for reasons that are unrelated to your MR). I thought we had addressed the Singer issue a while back. I'll invesigate. |
Okay sure, I'll investigate too |
exported _state and _defaultSynth, |
Can you put the singer changes in a separate PR? |
Sure |
docker compose up -d
command was not running properly due to wrong.env
file path given in the docker-compose.ymlnow the Project is easily setup by using the
docker compose up -d
command as given in the development docshttps://github.com/sugarlabs/musicblocks-v4/blob/develop/docs/DEV.md