Fixed a naming error in the Dockerfile

This commit is contained in:
PlusMinus 2015-08-31 09:02:30 +02:00
parent bbd9247bff
commit 850ecd62ab

View file

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