Skip to content

Commit

Permalink
fix Minute adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
ucan-lab committed Mar 4, 2022
1 parent e88a4fc commit 31504ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 8 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
/src/storage/logs/*
/src/storage/*.key
/src/vendor
/src/.editorconfig
/src/*.env*
/src/**.gitattributes
/src/**.gitignore
/src/.styleci.yml
/src/.phpunit.result.cache
/src/.php-cs-fixer.cache
Expand All @@ -22,3 +18,11 @@
/src/phpspec.yml
/src/npm-debug.log
/src/yarn-error.log
/.github
/.git
/.idea
/.vscode
**.env*
**.editorconfig
**.gitattributes
**.gitignore
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# PhpStorm
.idea

# Docker Compose
.vscode
.env
1 change: 0 additions & 1 deletion infra/docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ COPY ./infra/docker/php/php.deploy.ini /usr/local/etc/php/php.ini
COPY ./src /data

RUN composer install -q -n --no-ansi --no-dev --no-scripts --no-progress --prefer-dist && \
composer dump-autoload && \
chmod -R 777 storage bootstrap/cache && \
php artisan optimize:clear && \
php artisan optimize

0 comments on commit 31504ff

Please sign in to comment.