Commit 512acdc6 authored by Matt Pryor's avatar Matt Pryor
Browse files

Remove interactive flags from docker run command

parent e250de2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ fi
#   * The actual value of the ESGF_CONFIG variable for interpolation
#   * The $ESGF_CONFIG directory mounted at /esg
#   * The esgf-docker installation mounted at /opt/esgf-docker
exec docker run --rm -it -u $UID \
exec docker run --rm -u $UID \
  -e ESGF_CONFIG \
  -v "$ESGF_CONFIG:/esg" \
  -v "$(realpath "$(dirname "$BASH_SOURCE")/.."):/opt/esgf-docker" \