Update Dockerfile

This commit is contained in:
wjansenw
2021-02-01 15:15:57 +01:00
committed by GitHub
parent 2c2a7fd0f8
commit 2fb56478c1
+1 -1
View File
@@ -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" ]