Skip to content

Commit 7ac017e

Browse files
committed
Fixed conflicts with composer.lock files and updated entrypoint script
1 parent ac0be0a commit 7ac017e

File tree

13 files changed

+384
-221
lines changed

13 files changed

+384
-221
lines changed

composer.lock

Lines changed: 52 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-entrypoint-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export XDEBUG_SESSION=PHPSTORM
2626
COMPOSER_MEMORY_LIMIT=-1 composer install --optimize-autoloader
2727

2828
# Step 3
29-
#composer audit
29+
composer audit
3030

3131
# Step 4
3232
make generate-jwt-keys

0 commit comments

Comments
 (0)