add autoupdate to stuff
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:
@ -2,4 +2,6 @@ FROM php:8.2-fpm
|
||||
|
||||
USER www-data
|
||||
|
||||
COPY cloudlog/ /var/www/html/
|
||||
COPY cloudlog/ /var/www/cloudlog
|
||||
|
||||
CMD ["cp", "/var/www/cloudlog", "/var/www/html", ";", "php-fpm"]
|
Reference in New Issue
Block a user