Skip to content

Commit

Permalink
fixed permission for check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Nov 17, 2023
1 parent b32c189 commit 13a1b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions epicbox-hyperskill/gcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ RUN apt-get update \
ENV PATH="/checker/kotlinc/bin:$PATH"

COPY checker /checker/

RUN chmod +x /checker/check.sh
2 changes: 1 addition & 1 deletion epicbox-hyperskill/gcc/checker/check.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
cd /sandbox
python3 /checker/process.py
python3 /checker/process.py

0 comments on commit 13a1b54

Please sign in to comment.