1
0
Fork 0

add autoupdate to stuff
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2024-04-04 19:27:14 +02:00
parent 9b54445bae
commit ce283a8b0e
1 changed files with 3 additions and 1 deletions

View File

@ -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"]