Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 386 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 386 Bytes

Run

  1. Populate credentials in .env.
  2. To test the server, replace CMD ["node", "test.example.js"] with CMD ["node", "test.server.js"]
  3. Build Docker image: docker build -t my-node-app .
  4. Run Docker container: docker run -it --rm my-node-app

Deploy

Deploy on Railway