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

[BUG] Wrong docker files for library microservice #1093

Closed
prasadtalasila opened this issue Dec 4, 2024 · 2 comments · Fixed by #1102
Closed

[BUG] Wrong docker files for library microservice #1093

prasadtalasila opened this issue Dec 4, 2024 · 2 comments · Fixed by #1102
Assignees
Labels
bug Something isn't working

Comments

@prasadtalasila
Copy link
Contributor

Describe the bug

The docker files of libms (from npm and direct build) are using incorrect configuration.

To Reproduce

Steps to reproduce the behavior:

  1. Pull the libms image docker pull intocps/libms
  2. Use instructions in DOCKER to run libms container
  3. Go to http://localhost:4001/lib
  4. See error

Expected behavior

The microservice must serve files using the latest yaml configuration. It should also support git mode.

@prasadtalasila prasadtalasila added the bug Something isn't working label Dec 4, 2024
@prasadtalasila prasadtalasila added this to the Release v0.7.0 milestone Dec 4, 2024
@prasadtalasila
Copy link
Contributor Author

Remember to replace deploy/config/lib.env with correct deploy/config/libms.yaml file.

@prasadtalasila
Copy link
Contributor Author

Question: How does the user configure local / git modes during installation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants