Skip to content

Commit

Permalink
Revert "Simplify expression"
Browse files Browse the repository at this point in the history
This reverts commit be3d987.
  • Loading branch information
bgandon committed Dec 4, 2024
1 parent be3d987 commit 057b21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY check /opt/resource/check
COPY in /opt/resource/in
COPY out /opt/resource/out

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

ADD test/ /opt/resource-tests/
RUN /opt/resource-tests/all.sh \
Expand Down

0 comments on commit 057b21b

Please sign in to comment.