From 7afbad6c046f458231c1d26a461e2e2eb9c4866a Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Mon, 16 Aug 2021 19:59:12 +0200
Subject: [PATCH] make httpd-foreground executable

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

diff --git a/Dockerfile b/Dockerfile
index 21d064f..18fb59f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -49,4 +49,5 @@ EXPOSE 80
 # | set entrypoint
 # |--------------------------------------------------------------------------
 COPY httpd-foreground /usr/local/bin/
+RUN chmod +x /usr/local/bin/httpd-foreground
 CMD ["httpd-foreground"]
\ No newline at end of file
-- 
GitLab