Skip to content

Commit 34710e2

Browse files
committed
Added copy of test file to dockerfile
1 parent 97bbc11 commit 34710e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ ENV FUNCTION_INTERFACE="file"
1313
ENV LOG_LEVEL="DEBUG"
1414

1515
# Copy the evaluation function to the app directory
16-
COPY ./evaluation_function.wl /app/evaluation_function.wl
16+
COPY ./evaluation_function.wl /app/evaluation_function.wl
17+
COPY ./test.sh /app/test.sh

0 commit comments

Comments
 (0)