From 9641f66a9a03dcf108550b5e18af17cb0b43fd03 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sun, 26 Sep 2021 00:24:43 +0200
Subject: [PATCH] update comments

---
 Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 4d901fa..ad68d81 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,6 +17,9 @@ WORKDIR /build
 COPY --from=buildJS /build/public .
 RUN cd API && composer install
 
+# |--------------------------------------------------------------------------
+# | Install Webserver
+# |--------------------------------------------------------------------------
 FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest
 RUN apk update && \
     apk add php8-mysqli php8-mbstring curl --no-cache
-- 
GitLab