From a07eeb44e300bc4cbaca45b93190297ebff9fd81 Mon Sep 17 00:00:00 2001 From: Justin Tyberg Date: Thu, 17 Nov 2016 10:47:42 -0500 Subject: [PATCH] Remove "make up" target. Using "make up" does not honor shell environment variables, causes confusion. (c) Copyright IBM Corp. 2016 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9809a6e..72d12b4 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +# Copyright (c) Jupyter Development Team. +# Distributed under the terms of the Modified BSD License. + include .env .DEFAULT_GOAL=build @@ -43,7 +46,4 @@ notebook_image: pull build: check-files network volumes docker-compose build -up: - docker-compose up -d - -.PHONY: network volumes check-files pull notebook_image build up +.PHONY: network volumes check-files pull notebook_image build