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

Running on Docker throws error #1179

Open
bertday opened this issue Feb 4, 2025 · 0 comments
Open

Running on Docker throws error #1179

bertday opened this issue Feb 4, 2025 · 0 comments

Comments

@bertday
Copy link

bertday commented Feb 4, 2025

When I try to...

cd koop
docker build -t koop .
docker run koop

I get an error:

node:internal/modules/cjs/loader:1031
  throw err;
  ^

Error: Cannot find module '@koopjs/koop-core'
}

Is it possible the Dockerfile wasn't updated after the monorepo refactor?

bertday added a commit to bertday/koop that referenced this issue Feb 4, 2025
- Closes koopjs#1179
- Upgrades to current Node LTS (v22)
- Uses "slim" Node image for smaller build (appears to work OK but haven't tested rigorously)
- Runs `npm run demo` to be consistent with demo instructions in README
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

No branches or pull requests

1 participant