Commit 717ff27d authored by Hines, Jesse's avatar Hines, Jesse
Browse files

Fix launch local

parent 7ee23804
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 .