Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 5d38be0

Browse files
Merge pull request #20 from ibuildthecloud/default-target
Make binary the default target and exclude bundles in docker build
2 parents 161d9b8 + 586e737 commit 5d38be0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bundles/

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ LIBCOMPOSE_IMAGE := libcompose-dev$(if $(GIT_BRANCH),:$(GIT_BRANCH))
1515

1616
DOCKER_RUN_LIBCOMPOSE := docker run --rm -it --privileged $(LIBCOMPOSE_ENVS) $(LIBCOMPOSE_MOUNT) "$(LIBCOMPOSE_IMAGE)"
1717

18-
all: build
19-
2018
default: binary
2119

20+
all: build
21+
2222
binary: build
2323
$(DOCKER_RUN_LIBCOMPOSE) ./script/make.sh binary
2424

0 commit comments

Comments
 (0)