Skip to content

Commit e62e00c

Browse files
author
kmova
committed
fix the docker build command
1 parent 235d425 commit e62e00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ deps: _build_check_docker
3030

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

3535
_push_image:
3636
@echo "INFO: Publish container (openebs/easy-jupyter)"

0 commit comments

Comments
 (0)