From 4318b58db0aaf7ade9877e20fd9b3aa50dc323f8 Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 11 Nov 2022 21:23:17 -0600 Subject: [PATCH] remove comment --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 394c47d..06d92af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ # Copyright 2022 - c0de # Licensed under the MIT License (https://opensource.org/licenses/MIT) -# Multistage docker file, using a very minimal 17.6 MB base image -# Results in a cross-platform 76 MB image including all dependencies # Build with: docker build -t ghotballbot: . # Run with: docker run -it