ULA icon indicating copy to clipboard operation
ULA copied to clipboard

i can not start the project

Open wiwi111 opened this issue 2 years ago • 3 comments

Describe the bug docker-compose up -d not work

To Reproduce Steps to reproduce the behavior:

  1. docker-compose up -d
  2. found
Building main_app_backend
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /root/ULA/backend/ULA-1/Dockerfile: no such file or directory
ERROR: Service 'main_app_backend' failed to build

Thank you

wiwi111 avatar Apr 11 '22 09:04 wiwi111

Docker containers are not supported, I made a docker compose file while the app was still a monolith. Right now, every service has to be started manually, or in IntelliJ Idea I was doing it via Services tool If you have time to do it, feel free to make a pull request.

OMKE avatar Apr 11 '22 09:04 OMKE

I think it is the ULA-1 directory which is missing from the backend directory

hcalebe avatar Apr 10 '24 10:04 hcalebe

I think it is the ULA-1 directory which is missing from the backend directory

Yes, the docker compose file is not updated for this architecture. I don't have time to do it, but if you're willing to dockerize it, please feel free to make a PR.

OMKE avatar Apr 13 '24 08:04 OMKE