Skip to content

Commit

Permalink
Change l2-sea.def the way to pass port
Browse files Browse the repository at this point in the history
  • Loading branch information
LennoxLiu committed Apr 7, 2024
1 parent 212f2a1 commit b69b0ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hpc/singularity/l2-sea.def
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ From: ubuntu:latest
port=$1
fi

python3 /umbridge-server/umbridge-server.py $port &
export PORT=$(port) && \
python3 /umbridge-server/umbridge-server.py &
sleep infinity

0 comments on commit b69b0ab

Please sign in to comment.