frankhart2018 / primistore

Locally hosted password management tool
MIT License
5 stars 11 forks source link

when trying to build the docker-compose-file with `podman compose` **password_manager** give some cryptic error [BUG] #95

Closed cu8code closed 6 months ago

cu8code commented 6 months ago

Describe the bug when trying to build the docker-compose-file with podman compose password_manager give some cryptic error, I suspect this error is also occurring when building with docker, but I have not verified.

To Reproduce Steps to reproduce the behavior:

  1. Git clone the repository
  2. Run IP=<IP> REACT_APP_PI=<true/false> LOCAL_DIR=<charset-dir-path> podman compose --file docker-compose.yml up

Expected behavior Dose not generate error!

Screenshots image

Desktop (please complete the following information):

frankhart2018 commented 6 months ago

This does not seem like enough information to figure out the issue. Are there any other important logs that's missing?

frankhart2018 commented 6 months ago

Found the issue, part of password-manager was moved to typescript, and it wasn't compiled in the service's Dockerfile. Fixed that as part of #54. Closing this. Thanks for reporting the issue.