Skip to content

Commit 835fb60

Browse files
authored
Merge pull request #5 from lambda-feedback/fix/IO-and-structure
Changed to consistent spelling of license
2 parents 55d8eff + d2e66fe commit 835fb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV LOG_LEVEL="DEBUG"
1515
COPY ./evaluation_function.wl /app/evaluation_function.wl
1616

1717
FROM base AS with-license
18-
COPY ./dist/LICENCE.txt /home/wolframengine/.WolframEngine/Licensing/mathpass
18+
COPY ./dist/LICENSE.txt /home/wolframengine/.WolframEngine/Licensing/mathpass
1919

2020
FROM base AS without-license
2121
# no COPY, no error

0 commit comments

Comments
 (0)