diff --git a/Dockerfile b/Dockerfile index 0d6bf98..50e8021 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,9 @@ LABLE maintainer="Alpha" RUN apt-get update && \ apt-get install -y wget mono-runtime libsqlite3-dev screen && \ - mkdir /mfbot \ No newline at end of file + mkdir /mfbot + +COPY dockerrun.sh / +COPY download.sh / + +RUN chmod a+x /dockerrun \ No newline at end of file