From 21c76ee5f011cdf0cc8823b5e93a7b539b708e9b Mon Sep 17 00:00:00 2001 From: Marcus Messer Date: Wed, 13 Aug 2025 17:34:46 +0100 Subject: [PATCH] Mathpass tied to MAC address, removed licence part from dockerfile --- Dockerfile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd1b352..c073218 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,14 +12,4 @@ ENV FUNCTION_INTERFACE="file" ENV LOG_LEVEL="DEBUG" # Copy the evaluation function to the app directory -COPY ./evaluation_function.wl /app/evaluation_function.wl - -FROM base AS with-license -COPY ./dist/LICENSE.txt /home/wolframengine/.WolframEngine/Licensing/mathpass - -FROM base AS without-license -# no COPY, no error - -# Choose final stage with build arg -ARG WITH_LICENSE=false -FROM ${WITH_LICENSE:+with-license}${WITH_LICENSE:-without-license} \ No newline at end of file +COPY ./evaluation_function.wl /app/evaluation_function.wl \ No newline at end of file