From 2a046960c19d067e3ae33fa6b32a842d48a032da Mon Sep 17 00:00:00 2001 From: Deepesh Pathak Date: Thu, 10 Oct 2019 02:45:10 +0530 Subject: [PATCH] example: fix sample docker type challenge Signed-off-by: Deepesh Pathak --- _examples/docker-type/docker-file | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_examples/docker-type/docker-file b/_examples/docker-type/docker-file index e966c00c..ffc3b7ca 100644 --- a/_examples/docker-type/docker-file +++ b/_examples/docker-type/docker-file @@ -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"]