Permanently Deleted

  • footfaults [none/use name]
    ·
    edit-2
    2 years ago

    Order doesn't matter. They just both have to be built. You probably built the backend, and didn't finish/wait for the frontend.

    • tagen
      hexagon
      ·
      edit-2
      1 year ago

      deleted by creator

      • footfaults [none/use name]
        ·
        2 years ago

        So, that's an issue with the last command in the build_docker.sh where it tries to do a docker-compose up -d - which really it shouldn't do. Building a docker image and running/invoking docker-compose should be two different operations. I don't know why the docker-compose command is mixed in.

        • tagen
          hexagon
          ·
          edit-2
          1 year ago

          deleted by creator

          • footfaults [none/use name]
            ·
            2 years ago

            You're welcome. At some point after my $JOB quiets down, I will maybe go in and clean up the docker mess and replace it with my far more opinionated way of doing things, but with better documentation for people just getting started with the code. Because it should have a clear README and instructions for how to get things up and running, with no gotchas or mystery