From 2fb56478c1eecabe10bf92e90866b4d8680a5eab Mon Sep 17 00:00:00 2001 From: wjansenw Date: Mon, 1 Feb 2021 15:15:57 +0100 Subject: [PATCH] Update Dockerfile --- grott/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grott/Dockerfile b/grott/Dockerfile index 995cd37..a7e1f5b 100644 --- a/grott/Dockerfile +++ b/grott/Dockerfile @@ -30,7 +30,7 @@ COPY script.sh /app/script.sh WORKDIR /app RUN curl -k https://codeload.github.com/johanmeijer/grott/zip/master --output files.zip && unzip files.zip RUN rm files.zip -RUM rm grott-master/docker/* +RUN rm grott-master/docker/* RUN chmod a+x script.sh CMD [ "./script.sh" ]