Skip to content

Commit

Permalink
Fix: entrypoint.sh perms
Browse files Browse the repository at this point in the history
  • Loading branch information
mbologna committed Nov 28, 2024
1 parent afac4af commit 7d965c8
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 @@ -113,6 +113,7 @@ VOLUME ["/var/lib/bitlbee"]

# Needed for VOLUME permissions
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

Expand Down

0 comments on commit 7d965c8

Please sign in to comment.