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

i can not start the project #62

Open
wiwi111 opened this issue Apr 11, 2022 · 3 comments
Open

i can not start the project #62

wiwi111 opened this issue Apr 11, 2022 · 3 comments

Comments

@wiwi111
Copy link

wiwi111 commented Apr 11, 2022

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

@OMKE
Copy link
Owner

OMKE commented Apr 11, 2022

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.

@hcalebe
Copy link

hcalebe commented Apr 10, 2024

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

@OMKE
Copy link
Owner

OMKE commented Apr 13, 2024

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.

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

3 participants