intuit / superglue

Superglue is a lineage-tracking tool built to help visualize the propagation of data through complex pipelines composed of tables, jobs and reports.
Apache License 2.0
153 stars 37 forks source link

Backend and Nginx Docker containers cannot be started #41

Open nguyenshana opened 3 years ago

nguyenshana commented 3 years ago

Describe the bug Backend and Nginx Docker containers cannot be started.

To Reproduce Steps to reproduce the behavior:

  1. Run docker-compose -f deployments/development/docker-compose.yml up in the project root directory
  2. In the terminal, the following messages are displayed:
    • backend exited with code 127
    • nginx exited with code 1
  3. See errors in Docker Desktop app as well

Expected behavior Components are expected to all start, and app would be accessible through localhost.

Screenshots Docker Client screenshot of backend error:

Screen Shot 2021-04-30 at 8 26 10 AM

Docker Client screenshot of nginx error:

Screen Shot 2021-04-30 at 8 25 23 AM

Desktop: