Skip to content

Commit be3d987

Browse files
committed
Simplify expression
1 parent 4d90144 commit be3d987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY check /opt/resource/check
1919
COPY in /opt/resource/in
2020
COPY out /opt/resource/out
2121

22-
RUN chmod +x /opt/resource/out /opt/resource/in /opt/resource/check
22+
RUN chmod +x /opt/resource/{check,in,out}
2323

2424
ADD test/ /opt/resource-tests/
2525
RUN /opt/resource-tests/all.sh \

0 commit comments

Comments
 (0)