We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bbc11 commit 34710e2Copy full SHA for 34710e2
Dockerfile
@@ -13,4 +13,5 @@ ENV FUNCTION_INTERFACE="file"
13
ENV LOG_LEVEL="DEBUG"
14
15
# Copy the evaluation function to the app directory
16
-COPY ./evaluation_function.wl /app/evaluation_function.wl
+COPY ./evaluation_function.wl /app/evaluation_function.wl
17
+COPY ./test.sh /app/test.sh
0 commit comments