Skip to content

Commit

Permalink
example: fix sample docker type challenge
Browse files Browse the repository at this point in the history
Signed-off-by: Deepesh Pathak <[email protected]>
  • Loading branch information
fristonio committed Oct 9, 2019
1 parent 066a221 commit 2a04696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _examples/docker-type/docker-file
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY flag /flag

EXPOSE 10005

RUN chmod +x /script.sh /entry.sh
RUN chmod +x /script.sh
RUN chmod +x /entry.sh

CMD ["/challenge.sh"]
CMD ["/entry.sh"]

0 comments on commit 2a04696

Please sign in to comment.