nikolaik / docker-python-nodejs

🐳 Python with Node.js docker image
MIT License
476 stars 73 forks source link

Messing with Pterodactyl #103

Closed tudubucket closed 1 year ago

tudubucket commented 1 year ago

Hi, I've installed nikolaik/python-nodejs docket image into my pterodactyl server. And its seems like running in directory / instead of /home/container/.

image

I'm still new in this, is there any way to solve this problem? And how do i run file through startup command in Pterodactyl panel?

nikolaik commented 1 year ago

Thanks for taking these images for a sping! 😊 How are you installing and running the docker image? If you are inheriting from nikolaik/python-nodejs using your own Dockerfile then you can either set a working directory using WORKDIR /home/container or you might want to change into that directory before running more commands RUN cd /home/container

I would ask followup questions in the pterodactyl community discord