From 4f76dcf541b1aeec9481435fa82011c156a5e9e4 Mon Sep 17 00:00:00 2001 From: Adrien Kunysz Date: Wed, 16 Jul 2025 09:23:29 +0200 Subject: [PATCH] Remove misleading comment. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e1dd95..70b51d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -# Buster slim python 3.12 base image. FROM python:3.12-slim-bookworm ENV HTTP_PORT 8080 RUN groupadd -r geoadmin && useradd -r -s /bin/false -g geoadmin geoadmin