Merge pull request #28 from jtyberg/26-remove-make-up
Remove "make up" target.
This commit is contained in:
commit
492dc4e787
8
Makefile
8
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
|
||||
|
Loading…
Reference in New Issue
Block a user