From b29b8a24d93741a9310fd74a192823e2ce47d6d9 Mon Sep 17 00:00:00 2001 From: mario872 Date: Tue, 16 Jul 2024 16:12:03 +1000 Subject: [PATCH] Update compile-and-upload-docker-image.yml and Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08ddbff..cb466b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.11-slim-bullseye LABEL maintainer="jamesaglynn10@gmail.com" LABEL version="0.34" -LABEL description="This is the docker image for class-forge" +LABEL description="This is the docker image for Class Forge" ENV IN_DOCKER=true