Skip to content

Commit 9254dad

Browse files
author
Myron
committed
make backblaze optional
1 parent 9259098 commit 9254dad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

container/docker.make

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ $(BACKBLAZE): | $(DOCKER_COMPOSE)
3535

3636
backblaze: | $(BACKBLAZE)
3737

38-
install:: | docker docker-compose backblaze
38+
install:: | docker docker-compose
39+
optional:: | backblaze

0 commit comments

Comments
 (0)