Move startup_script.sh back into scripts/

This commit is contained in:
Nogweii
2023-05-29 15:49:14 -07:00
parent a3ddf8a0dc
commit 3e54375d4f
2 changed files with 1 additions and 1 deletions

View File

@@ -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