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 def70ac commit 575d115Copy full SHA for 575d115
Makefile
@@ -34,7 +34,7 @@ gitbase: bblfshd
34
srcd/gitbase:v0.24.0-rc2
35
36
jupyter-image:
37
- docker build -t devfest .
+ docker build -t mloncode/devfest .
38
39
jupyter: gitbase bblfshd
40
docker start devfest_jupyter > /dev/null 2>&1 \
@@ -46,7 +46,7 @@ jupyter: gitbase bblfshd
46
--link devfest_gitbase:devfest_gitbase \
47
--volume $(PWD)/notebooks:/devfest/notebooks \
48
--volume $(PWD)/repos:/devfest/repos \
49
- devfest
+ mloncode/devfest
50
51
52
-.PHONY: run build-and-run stop bblfshd gitbase jupyter-image jupyter
+.PHONY: run build-and-run stop bblfshd gitbase jupyter-image jupyter
0 commit comments