From 904f07eee13a4f3feaa1c2e3a359b4332a4cff06 Mon Sep 17 00:00:00 2001 From: Alpha Date: Mon, 7 Jan 2019 13:12:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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