Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeJs Support Installation on PHP-fpm #2570

Open
xicond opened this issue Apr 23, 2020 · 2 comments
Open

NodeJs Support Installation on PHP-fpm #2570

xicond opened this issue Apr 23, 2020 · 2 comments

Comments

@xicond
Copy link

xicond commented Apr 23, 2020

I have a laravel project require to execute node command line directly

Is that possible to include in Php-fpm engine for node command ?

Or maybe to extend the php-fpm service Dockerfile but still able to updating in the future from git

Currently, I just copy the Dockerfile and create new build directory, means in the future cannot get update from git

@xicond xicond changed the title Node Support Installation on PHP-fpm NodeJs Support Installation on PHP-fpm Apr 23, 2020
@Krlinhos
Copy link

Hello @xicond how did it finally? I need to execute a node command inside a Laravel Class and when I do new Process(['which', 'node]) I get ''

Thanks!

@Krlinhos
Copy link

Finally fix with #1789

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants