Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 537 Bytes

Node Sample Docker Project

This is a sample project set up with Docker to run a Node.js application using ts-node for TypeScript execution. The application fetches and processes data, and uses Ditto for synchronization.

Prerequisites

Ensure that the following tools are installed:

  • Docker
  • Node.js (for development purposes)

Setup Instructions

Build the Docker Image

In the project directory, run the following command to build the Docker image:

docker build -t node-sample .
docker run -d node-sample