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:
parent
9b54445bae
commit
ce283a8b0e
@ -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"]
|
Loading…
Reference in New Issue
Block a user