make entrypoint executable
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5a2a297ce3
commit
938ccf3d0c
@ -2,6 +2,8 @@ FROM php:8.2-fpm
|
|||||||
|
|
||||||
COPY docker-php-entrypoint /usr/local/bin/
|
COPY docker-php-entrypoint /usr/local/bin/
|
||||||
|
|
||||||
|
RUN chmod +x /usr/local/bin/docker-php-entrypoint
|
||||||
|
|
||||||
USER www-data
|
USER www-data
|
||||||
|
|
||||||
COPY cloudlog/ /var/www/cloudlog
|
COPY cloudlog/ /var/www/cloudlog
|
||||||
|
Loading…
Reference in New Issue
Block a user