We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d90144 commit be3d987Copy full SHA for be3d987
Dockerfile
@@ -19,7 +19,7 @@ COPY check /opt/resource/check
19
COPY in /opt/resource/in
20
COPY out /opt/resource/out
21
22
-RUN chmod +x /opt/resource/out /opt/resource/in /opt/resource/check
+RUN chmod +x /opt/resource/{check,in,out}
23
24
ADD test/ /opt/resource-tests/
25
RUN /opt/resource-tests/all.sh \
0 commit comments