Loading scripts/launch_local.sh +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ # Launch local version set -e # Exit if any commmand fails SCRIPT_DIR=$(realpath $(dirname "${BASH_SOURCE[0]}")) cd "$SCRIPT_DIR" BASE_DIR=$(realpath $(dirname "${BASH_SOURCE[0]}")/..) cd "$BASE_DIR" docker build -t exadigit-simulation-server:latest -f Dockerfile.server . # docker build -t exadigit-simulation-server-simulation-job:latest -f Dockerfile.simulation . Loading Loading
scripts/launch_local.sh +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ # Launch local version set -e # Exit if any commmand fails SCRIPT_DIR=$(realpath $(dirname "${BASH_SOURCE[0]}")) cd "$SCRIPT_DIR" BASE_DIR=$(realpath $(dirname "${BASH_SOURCE[0]}")/..) cd "$BASE_DIR" docker build -t exadigit-simulation-server:latest -f Dockerfile.server . # docker build -t exadigit-simulation-server-simulation-job:latest -f Dockerfile.simulation . Loading