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.
Ensure that the following tools are installed:
- Docker
- Node.js (for development purposes)
In the project directory, run the following command to build the Docker image:
docker build -t node-sample .
docker run -d node-sample