From d2e66fe32a7e8f401a58fd608583110e8f7c38ab Mon Sep 17 00:00:00 2001 From: Marcus Messer Date: Wed, 13 Aug 2025 17:18:51 +0100 Subject: [PATCH] Changed to consistent spelling of license --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97093ed..bd1b352 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV LOG_LEVEL="DEBUG" COPY ./evaluation_function.wl /app/evaluation_function.wl FROM base AS with-license -COPY ./dist/LICENCE.txt /home/wolframengine/.WolframEngine/Licensing/mathpass +COPY ./dist/LICENSE.txt /home/wolframengine/.WolframEngine/Licensing/mathpass FROM base AS without-license # no COPY, no error