We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PM2 is not behaving correctly when I attempt to start typescript files using docker.
Dockerfile
FROM keymetrics/pm2:latest-alpine COPY index.ts index.ts RUN pm2 install typescript CMD [ "pm2-runtime", "start", "index.ts" ]
index.ts
console.log(1)
now.sh instance
The text was updated successfully, but these errors were encountered:
I'm getting cannot find TypeScript now when trying to do the same
Sorry, something went wrong.
See TypeStrong/ts-node#690
No branches or pull requests
What's going wrong?
PM2 is not behaving correctly when I attempt to start typescript files using docker.
How could we reproduce this issue?
Dockerfile
index.ts
now.sh instance
The text was updated successfully, but these errors were encountered: