Modified the Dockerfile to execute the new script instead.

This commit is contained in:
PlusMinus 2015-08-28 15:41:32 +02:00
parent ee524983cd
commit 96a3f925d2

View file

@ -10,5 +10,9 @@ RUN \
java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar
ADD start.sh /opt/JDownloader/
RUN chmod +x /opt/JDownloader/start.sh
# Run this when the container is started
CMD java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar
CMD /opt/JDownloader/startJD2.sh