ULA
ULA copied to clipboard
i can not start the project
Describe the bug docker-compose up -d not work
To Reproduce Steps to reproduce the behavior:
- docker-compose up -d
- 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
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.
I think it is the ULA-1 directory which is missing from the backend directory
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.