Skip to content

fix: Add npm install to dev-docker-compose.yaml and correct README and README.GSoC filename reference (Fix #14, also address #9)#15

Open
Hector-Ha wants to merge 1 commit intoistSOS:mainfrom
Hector-Ha:fix/dev-docker-setup
Open

fix: Add npm install to dev-docker-compose.yaml and correct README and README.GSoC filename reference (Fix #14, also address #9)#15
Hector-Ha wants to merge 1 commit intoistSOS:mainfrom
Hector-Ha:fix/dev-docker-setup

Conversation

@Hector-Ha
Copy link
Copy Markdown

Summary:

This PR fixes the #14 issue, addressing the same root cause reported in #9 which was carried over when docker-compose_dev.yml changed to dev-docker-compose.yaml.

Changes:

  • dev-docker-compose.yaml: Changed command from npm run dev to sh -c "npm install && npm run dev". Make sure the dependencies got install within the Docker Container.

  • README.GSoC.md and README.md: Updated the filename from docker-compose_dev.yml to dev-docker-compose.yaml to match the actual file.

Related:

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