Skip to content

Commit

Permalink
fix: banner folder permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Aug 2, 2024
1 parent 6ce3c7b commit 04507c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ RUN chmod -R 755 storage bootstrap/cache && \
mkdir -p /app/storage/app/public/banners && \
chmod -R 775 /app/storage

RUN chown -R www-data:www-data /app/storage/app/public/banners

# Wrap around the default PHP entrypoint with a custom entrypoint
COPY ./container/entrypoint.sh /usr/local/bin/service-entrypoint
ENTRYPOINT [ "service-entrypoint" ]
Expand Down

0 comments on commit 04507c8

Please sign in to comment.