Skip to content

Commit

Permalink
fix: permissions on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Sep 10, 2024
1 parent 522b9ba commit d709dc4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,9 @@
# Copy the original 'cowsay' program into one layer
COPY cowsay /usr/local/bin/cowsay

# Ensure permissions
RUN chmod a+rx /usr/local/bin/cowsay

# Copy the replacement of the cow asciiart with a whale
COPY docker.cow /usr/local/share/cows/default.cow

Expand Down

0 comments on commit d709dc4

Please sign in to comment.