We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a59145 commit 9d9cfa3Copy full SHA for 9d9cfa3
Dockerfile
@@ -12,4 +12,6 @@ ENV FUNCTION_INTERFACE="file"
12
ENV LOG_LEVEL="DEBUG"
13
14
# Copy the evaluation function to the app directory
15
-COPY ./evaluation_function.wl /app/evaluation_function.wl
+COPY ./evaluation_function.wl /app/evaluation_function.wl
16
+COPY ./evaluate.m /app/evaluate.m
17
+COPY ./preview.m /app/preview.m
0 commit comments