Skip to content

Commit

Permalink
potential fix for missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Ruf committed Feb 6, 2024
1 parent ea06bf4 commit d137069
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 @@ -67,6 +67,7 @@ RUN \
&& find public -type f -not -name "*.php" -exec chmod 644 '{}' \+

RUN echo "* * * * * /var/www/meals/bin/console meals:keep-alive-connection > /dev/stdout" >> /etc/crontabs/www-data
RUN chmod +x "/container/entrypoint"

ENTRYPOINT ["/container/entrypoint"]

Expand Down

0 comments on commit d137069

Please sign in to comment.