Skip to content

Commit

Permalink
fix the docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kmova committed Jul 7, 2017
1 parent 235d425 commit e62e00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deps: _build_check_docker

_build_image:
@echo "INFO: Building container image for easy-jupyter"
build -t openebs/easy-jupyter:ci .
docker build -t openebs/easy-jupyter:ci .

_push_image:
@echo "INFO: Publish container (openebs/easy-jupyter)"
Expand Down

0 comments on commit e62e00c

Please sign in to comment.