Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Build the Docker image for the ece-li-scheduling server:

    Code Block
    sudo docker image build -t <image tag> -f <Dockerfile> .

    For example,

    Code Block
    sudo docker image build -t ece-li-scheduling:ece-li-scheduling -f Dockerfile.ece-li-scheduling.001 .

...