mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
Move startup_script.sh back into scripts/
This commit is contained in:
@@ -40,7 +40,7 @@ WORKDIR /home/suwayomi
|
||||
|
||||
# Copy the app into the container
|
||||
RUN curl -s --create-dirs -L $TACHIDESK_RELEASE_DOWNLOAD_URL -o /home/suwayomi/startup/tachidesk_latest.jar
|
||||
COPY startup_script.sh /home/suwayomi/startup_script.sh
|
||||
COPY scripts/startup_script.sh /home/suwayomi/startup_script.sh
|
||||
COPY server.conf.template /home/suwayomi/server.conf.template
|
||||
|
||||
EXPOSE 4567
|
||||
|
||||
Reference in New Issue
Block a user