mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 20:29:30 +00:00
Fixed a naming error in the Dockerfile
This commit is contained in:
parent
bbd9247bff
commit
850ecd62ab
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue