From 54dd7caf3f7174599b2150cd063b5c748e014967 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Sat, 15 May 2021 11:58:05 +0200 Subject: [PATCH] add purpose comment --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 026fc3e..5889ffd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,9 @@ +MAINTAINER jannis@thisfro.ch + +# +# Note: This is an image for automatic staging deployment, and does not have anything to do with actual development! +# + FROM php:8.0.5-fpm-buster # Install prerequisites