From 708f3069ca690708e1472c48dd399cc4f21d59fc Mon Sep 17 00:00:00 2001
From: abdu <abdukiran@gmail.com>
Date: Sun, 10 Nov 2024 21:21:47 +0100
Subject: [PATCH] .

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 9d10928..1d25449 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ COPY --from=build-frontend /app/dist /app/src/main/resources/static
 # copying backend to root folder in container
 COPY . .
 
-# making maven executable (we had permission issues before adding this)
+# making maven executable (we had execution issues before adding this)
 RUN chmod +x ./mvnw
 
 # building backend with maven wrapper
-- 
GitLab