Skip to content

Commit a07eeb4

Browse files
author
Justin Tyberg
committed
Remove "make up" target.
Using "make up" does not honor shell environment variables, causes confusion. (c) Copyright IBM Corp. 2016
1 parent 3c3b507 commit a07eeb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Jupyter Development Team.
2+
# Distributed under the terms of the Modified BSD License.
3+
14
include .env
25

36
.DEFAULT_GOAL=build
@@ -43,7 +46,4 @@ notebook_image: pull
4346
build: check-files network volumes
4447
docker-compose build
4548

46-
up:
47-
docker-compose up -d
48-
49-
.PHONY: network volumes check-files pull notebook_image build up
49+
.PHONY: network volumes check-files pull notebook_image build

0 commit comments

Comments
 (0)