Skip to content

Commit 697d945

Browse files
authored
Update docker-entrypoint.sh
1 parent ac5ef36 commit 697d945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/php/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/cakephp' ]; then
2020
rm -rf .github
2121
cp config/.env.example config/.env
2222
cp config/app_local.example.php config/app_local.php
23-
mv ../.assets/bootstrap.php config/bootstrap.php
23+
cp ../.assets/bootstrap.php config/bootstrap.php
2424

2525
sed -i '/export APP_NAME/c\export APP_NAME="cakephp"' config/.env
2626

0 commit comments

Comments
 (0)