Skip to content

Commit

Permalink
fix docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
vangie committed Aug 3, 2017
1 parent 7eaa1ca commit d9ab75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ sub_docker() {
docker_usage
;;
"build")
docker build $EXTRA_VARS .
docker build $EXTRA_VARS -t webide/webide .
;;
"run")
RUNNING=$(docker inspect --format="{{ .State.Running }}" $CONTAINER 2> /dev/null)
Expand Down

0 comments on commit d9ab75b

Please sign in to comment.