We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b27c2e commit 94cc0abCopy full SHA for 94cc0ab
docker/dev.sh
@@ -15,7 +15,7 @@ if [ "$(docker ps -a -q -f name=asylum_dev)" == "" ]
15
then
16
echo "First run"
17
set -x
18
- docker run --name asylum_dev -i -p 8000:8000 -p 1080:1080 -v `pwd -P`/project:/opt/asylum asylum_dev
+ docker run --name asylum_dev -it -p 8000:8000 -p 1080:1080 -v `pwd -P`/project:/opt/asylum asylum_dev
19
set +x
20
else
21
0 commit comments