Skip to content

Commit

Permalink
fix: 🐛 脚本名字错误
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed May 30, 2024
1 parent 1642738 commit ffeb24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /media
RUN apt update && apt install -y cron

COPY ./entrypoint.sh /entrypoint.sh
COPY ./update_emby.sh /update.sh
COPY ./update_emby.sh /update_emby.sh

RUN chmod +x /entrypoint.sh /update_emby.sh

Expand Down

0 comments on commit ffeb24a

Please sign in to comment.