1
0
Fork 0

make entrypoint executable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2024-04-04 20:53:00 +02:00
parent 5a2a297ce3
commit 938ccf3d0c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ FROM php:8.2-fpm
COPY docker-php-entrypoint /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-php-entrypoint
USER www-data
COPY cloudlog/ /var/www/cloudlog