Skip to content
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 the docker development environment variables #87

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

bensherred
Copy link

This PR fixes issues when using docker in a local development environment. Running ./umdForest.sh develop currently throws an error relating to a missing base.yml file. Instead of looking for the base.yml file we now set the build location directly in the docker-compose-develop.yml file.

Once the build location is fixed, another error is thrown Cannot find module 'app'. This is due to the NODE_PATH environment variable not being set.

I've also updated the ports to prevent conflicts with another service/api.

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