Skip to content

Commit 9d9cfa3

Browse files
committed
Added evaluate and preview files to Dockerfile
1 parent 8a59145 commit 9d9cfa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ ENV FUNCTION_INTERFACE="file"
1212
ENV LOG_LEVEL="DEBUG"
1313

1414
# Copy the evaluation function to the app directory
15-
COPY ./evaluation_function.wl /app/evaluation_function.wl
15+
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

Comments
 (0)