farid 3 years ago
commit acf3977b69

1
.gitattributes vendored

@ -3,3 +3,4 @@
*.scss linguist-vendored *.scss linguist-vendored
*.js linguist-vendored *.js linguist-vendored
CHANGELOG.md export-ignore CHANGELOG.md export-ignore

@ -1,4 +1,4 @@
FROM dfs1368/laravel-php-fpm:7.4 FROM dfs1368/laravel-php-fpm:7.4.1
WORKDIR /var/www WORKDIR /var/www
@ -13,7 +13,7 @@ COPY database /var/www/database
COPY composer-prod.* /var/www/ COPY composer-prod.* /var/www/
RUN composer clearcache && COMPOSER=composer-prod.json composer update --no-scripts RUN composer clearcache && COMPOSER=composer-prod.json composer install --no-scripts
COPY . /var/www COPY . /var/www

Loading…
Cancel
Save