Skip to content

Commit ea9da44

Browse files
committed
Minor mistake in docker file
1 parent 2cb72a8 commit ea9da44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/local-env/scripts/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if ( process.env.LOCAL_PHP_MEMCACHED === 'true' ) {
3535
}
3636

3737
if ( process.env.LOCAL_FTP === 'true' ) {
38-
containers += 'ftp';
38+
containers += ' ftp';
3939
}
4040
execSync( `docker compose ${composeFiles} up --quiet-pull -d ${containers}`, { stdio: 'inherit' } );
4141

0 commit comments

Comments
 (0)