From 850ecd62ab03765b4b04d8c24652877439d8d6a9 Mon Sep 17 00:00:00 2001 From: PlusMinus Date: Mon, 31 Aug 2015 09:02:30 +0200 Subject: [PATCH] Fixed a naming error in the Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5224f8b..659c9e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ RUN \ java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar -ADD start.sh /opt/JDownloader/ -RUN chmod +x /opt/JDownloader/start.sh +COPY startJD2.sh /opt/JDownloader/ +RUN chmod +x /opt/JDownloader/startJD2.sh # Run this when the container is started