mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Updated docker file.
This commit is contained in:
parent
dadeb4616e
commit
011e28e8c2
@ -46,7 +46,7 @@ COPY . $FIREFLY_PATH
|
|||||||
|
|
||||||
RUN chown -R www-data:www-data /var/www && chmod -R 775 $FIREFLY_PATH/storage
|
RUN chown -R www-data:www-data /var/www && chmod -R 775 $FIREFLY_PATH/storage
|
||||||
|
|
||||||
RUN cat .env.docker | envsubst > .env
|
RUN cat .env.docker | envsubst > .env && cat .env
|
||||||
RUN composer install --prefer-dist --no-dev
|
RUN composer install --prefer-dist --no-dev
|
||||||
RUN composer dump-autoload
|
RUN composer dump-autoload
|
||||||
RUN php artisan optimize
|
RUN php artisan optimize
|
||||||
|
Loading…
Reference in New Issue
Block a user