diff --git a/scripts/run b/scripts/run index d148e96..a744228 100755 --- a/scripts/run +++ b/scripts/run @@ -4,6 +4,8 @@ dir=$(dirname $0) source $dir/common docker run \ + --interactive \ + --tty \ --volume $(abspath $dir/..):/opt/phantom-talk \ $port_args \ phantom-talk \