Skip to content

Commit 575d115

Browse files
authored
Fix Makefile
1 parent def70ac commit 575d115

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gitbase: bblfshd
3434
srcd/gitbase:v0.24.0-rc2
3535

3636
jupyter-image:
37-
docker build -t devfest .
37+
docker build -t mloncode/devfest .
3838

3939
jupyter: gitbase bblfshd
4040
docker start devfest_jupyter > /dev/null 2>&1 \
@@ -46,7 +46,7 @@ jupyter: gitbase bblfshd
4646
--link devfest_gitbase:devfest_gitbase \
4747
--volume $(PWD)/notebooks:/devfest/notebooks \
4848
--volume $(PWD)/repos:/devfest/repos \
49-
devfest
49+
mloncode/devfest
5050

5151

52-
.PHONY: run build-and-run stop bblfshd gitbase jupyter-image jupyter
52+
.PHONY: run build-and-run stop bblfshd gitbase jupyter-image jupyter

0 commit comments

Comments
 (0)