Skip to content

Commit 94cc0ab

Browse files
committed
-t is available for run, but not for start
1 parent 6b27c2e commit 94cc0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "$(docker ps -a -q -f name=asylum_dev)" == "" ]
1515
then
1616
echo "First run"
1717
set -x
18-
docker run --name asylum_dev -i -p 8000:8000 -p 1080:1080 -v `pwd -P`/project:/opt/asylum asylum_dev
18+
docker run --name asylum_dev -it -p 8000:8000 -p 1080:1080 -v `pwd -P`/project:/opt/asylum asylum_dev
1919
set +x
2020
else
2121
set -x

0 commit comments

Comments
 (0)