forked from projects/file-explorer
change some stuff
This commit is contained in:
parent
45f1a62a76
commit
3683edd121
4
.env
4
.env
@ -15,8 +15,8 @@
|
||||
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
|
||||
|
||||
###> symfony/framework-bundle ###
|
||||
APP_ENV=${APP_ENV:-dev}
|
||||
APP_ENV=dev
|
||||
APP_SECRET=bfc9c288ee3dcce80dec8622c2870f27
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
DATA_DIR=${DATA_DIR:-/var/www/html/data}
|
||||
DATA_DIR=/var/www/data
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user