upd: removed copy for database file since it's going to be created and populated with install.php

This commit is contained in:
2025-12-05 10:54:53 -05:00
parent b30bf8eda6
commit b95c018b36

View File

@@ -48,7 +48,6 @@ RUN rm -rf /var/www/html/translations
RUN COMPOSER_ALLOW_SUPERUSER=1 composer install --no-scripts --no-dev --optimize-autoloader
RUN mkdir /data
COPY data/data.db /data/data.db
RUN mkdir /var/www/html/var/cache
RUN mkdir /var/www/html/var/log