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 3c3b507 commit a07eeb4Copy full SHA for a07eeb4
Makefile
@@ -1,3 +1,6 @@
1
+# Copyright (c) Jupyter Development Team.
2
+# Distributed under the terms of the Modified BSD License.
3
+
4
include .env
5
6
.DEFAULT_GOAL=build
@@ -43,7 +46,4 @@ notebook_image: pull
43
46
build: check-files network volumes
44
47
docker-compose build
45
48
-up:
- docker-compose up -d
-
49
-.PHONY: network volumes check-files pull notebook_image build up
+.PHONY: network volumes check-files pull notebook_image build
0 commit comments