Skip to content

Commit 0231120

Browse files
committed
auto: deploy new website
1 parent 9089434 commit 0231120

File tree

1 file changed

+3
-0
lines changed
  • assets/fmriprep-bootcamp-geneva2024/day1-04-containers

1 file changed

+3
-0
lines changed

assets/fmriprep-bootcamp-geneva2024/day1-04-containers/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,9 @@
649649
# Copy the original 'cowsay' program into one layer
650650
COPY cowsay /usr/local/bin/cowsay
651651

652+
# Ensure permissions
653+
RUN chmod a+rx /usr/local/bin/cowsay
654+
652655
# Copy the replacement of the cow asciiart with a whale
653656
COPY docker.cow /usr/local/share/cows/default.cow
654657

0 commit comments

Comments
 (0)