Skip to content

Commit

Permalink
fix: missing execute file permission
Browse files Browse the repository at this point in the history
  • Loading branch information
vittee committed Nov 17, 2024
1 parent b3c3961 commit e2d04ea
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
@@ -13,5 +13,6 @@ RUN apt update -y
RUN apt install fzf cups printer-driver-escpr -y

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

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit e2d04ea

Please sign in to comment.