From 1f2940cf05aa7e4876249b1e452e8db7c4b16b63 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Wed, 4 Aug 2021 10:39:01 +0200 Subject: [PATCH] Fix #975 --- runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Makefile b/runtime/Makefile index 9ea435e5b..9ae3d890a 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -26,7 +26,7 @@ export/php%.zip: docker-images # The console runtime export/console.zip: layers/console/bootstrap rm -f export/console.zip - cd layers/console && zip ../../export/console.zip bootstrap + cd layers/console && zip ../../export/console.zip bootstrap breftoolbox.php # Build Docker images docker-images: