Skip to content

Commit

Permalink
fixed missing permission on entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik authored and NeverMendel committed Nov 1, 2023
1 parent a445868 commit b77a2cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ RUN mkdir -p out
# Install heif-convert
RUN pip3 install .

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

0 comments on commit b77a2cb

Please sign in to comment.