skip to Main Content

Run the program with Docker

I want to run the program on a VPS server Ubuntu 18.04. It must be run with Docker with this command: docker run --rm --name aparser -v $(pwd)/aparser:/app -p 9091:9091 -t aparser/runtime./aparser -foreground But I get an error: docker: Cannot…

VIEW QUESTION

PM2 with NodeJS crash after few minutes and restart in loop – Debian

I have a NodeJs+Express+Mongodb app and I'm trying to run it on my vps. I do : pm2 start server [PM2] Applying action restartProcessId on app [server](ids: [ 1 ]) [PM2] [server](1) ✓ [PM2] Process successfully started ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐ │ id…

VIEW QUESTION
Back To Top
Search