diff --git a/Dockerfile b/Dockerfile
index 9d10928cab7fc3ecdc003b742e6739bc9d8e6aa0..1d25449eb5d6eef6a960e925e19a5b74c0373561 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