-
-
Notifications
You must be signed in to change notification settings - Fork 537
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
Docker and ts-node #714
Labels
Comments
When I update the meow command to: |
Do you have a |
No... do I need one? If yes why?
|
You don’t need one, but probably should have one. I’m taking a guess that it may be related to #690. |
Closing this for now, should be resolved with #690 in 8.0. |
It seems like you need a WORKDIR amd then it will execute. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I have a mini project where the package.json looks like this:
When I do
npm install
and then runnpm run meow
i see the print out of test.Now when I do put this now in a docker image with the docker file being:
When i do
docker build -t test .
and then rundocker run -it test
the process just seems stuck. Nothing happens.Have you guys experienced that before? Do I need a special node version?
Thanks
Chris
The text was updated successfully, but these errors were encountered: