We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55d8eff + d2e66fe commit 835fb60Copy full SHA for 835fb60
Dockerfile
@@ -15,7 +15,7 @@ ENV LOG_LEVEL="DEBUG"
15
COPY ./evaluation_function.wl /app/evaluation_function.wl
16
17
FROM base AS with-license
18
-COPY ./dist/LICENCE.txt /home/wolframengine/.WolframEngine/Licensing/mathpass
+COPY ./dist/LICENSE.txt /home/wolframengine/.WolframEngine/Licensing/mathpass
19
20
FROM base AS without-license
21
# no COPY, no error
0 commit comments