From 08d24eaff7770b0b8deff28d4579c949ea656e3e Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Tue, 9 Jul 2024 14:30:45 +0200 Subject: [PATCH] Fix build-image.sh --- bin/build-image.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/build-image.sh b/bin/build-image.sh index b753e84a4..200056410 100755 --- a/bin/build-image.sh +++ b/bin/build-image.sh @@ -2,6 +2,4 @@ # Rebuilds the Quesma Docker image and tags it as quesma:latest set -e cd "$(dirname "$0/")/.." -source bin/lib.sh - docker build -f quesma/Dockerfile -t quesma:latest quesma