Skip to content

Commit 492dc4e

Browse files
authored
Merge pull request #28 from jtyberg/26-remove-make-up
Remove "make up" target.
2 parents 3c3b507 + a07eeb4 commit 492dc4e

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)