forked from projects/file-explorer
change some stuff
This commit is contained in:
@ -18,3 +18,7 @@ RUN pecl install apcu && docker-php-ext-enable apcu
|
||||
|
||||
WORKDIR /var/www/project
|
||||
RUN composer install --optimize-autoloader --no-suggest --no-progress
|
||||
RUN composer dump-env prod
|
||||
RUN php bin/console tailwind:build
|
||||
RUN mkdir -p /var/www/data
|
||||
RUN chmod www-data:www-data /var/www/data
|
||||
|
Reference in New Issue
Block a user