Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 915ce32

Browse files
committed
fix(frankenphp): Dependency installation
1 parent f5e7836 commit 915ce32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frankenphp/docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
77
fi
88

99
if [ -z "$(ls -A 'node_modules/' 2>/dev/null)" ]; then
10-
corepnpm prepare && pnpm install --prod --prefer-frozen-lockfile
11-
fi
10+
corepack prepare && pnpm install --prod --prefer-frozen-lockfile
11+
fi
1212

1313
if grep -q ^DATABASE_URL= .env; then
1414
echo "Waiting for database to be ready..."

0 commit comments

Comments
 (0)