Skip to content

Commit

Permalink
fix path in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iaacautomation committed Sep 9, 2024
1 parent ccff838 commit c1b5db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisparr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt-get update && \
&& chmod -R 755 /app \
&& rm -rf /tmp/*

COPY ./apps/whisparr/entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /entrypoint.sh

USER nobody:nogroup
WORKDIR /config
Expand Down

0 comments on commit c1b5db1

Please sign in to comment.