-
Notifications
You must be signed in to change notification settings - Fork 380
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
Using npm start
in x11docker
#45
Comments
Update .. the issue happen in ENTRYPOINT [ "node", "build/start.js" ] and got: Error: Cannot find module '/home/jcalfee/build/start.js' |
As default x11docker does
You can specify working directory with
You can't directly run an interactive shell with x11docker. But you can get the container id to run
|
|
npm start
seems to loose its WORKDIR and think I'm in $HOME. I see this error:It is odd that I can go into the container and run this command without x11docker and it works better:
Is there a way I can look around? It would be helpful to run this container in x11docker but instead of using the
npm start
entrypoint I could runbash
in "-i" interactive mode so I can look around?For example:
Regardless, is there something about the x11docker environment that I can tweak to get npm start working?
This is the Dockerfile I'm working with:
The text was updated successfully, but these errors were encountered: