Skip to content

Commit

Permalink
Merge pull request #1 from Gaprix/main
Browse files Browse the repository at this point in the history
Fix permission denied error
  • Loading branch information
futrime authored Dec 25, 2023
2 parents bbc9a3a + bf2ec05 commit 01791ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ COPY scripts /scripts
RUN ["sh", "/scripts/build.sh"]

WORKDIR /data
RUN chmod +x /scripts/entrypoint.sh
ENTRYPOINT [ "/scripts/entrypoint.sh" ]

0 comments on commit 01791ab

Please sign in to comment.