mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 18:49:30 +00:00
Modified the Dockerfile to execute the new script instead.
This commit is contained in:
parent
ee524983cd
commit
96a3f925d2
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue