Skip to content

Commit

Permalink
readded executable bit to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Ruf committed Feb 6, 2024
1 parent d137069 commit 11afdaf
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -68,6 +68,7 @@ RUN \

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

ENTRYPOINT ["/container/entrypoint"]

Expand Down
Empty file modified docker/web/entrypoint
100644 → 100755
Empty file.
Empty file modified docker/web/scripts/wait-for
100644 → 100755
Empty file.

0 comments on commit 11afdaf

Please sign in to comment.